Uses of Class
com.azure.resourcemanager.compute.fluent.models.DedicatedHostProperties
Packages that use DedicatedHostProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of DedicatedHostProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type DedicatedHostPropertiesModifier and TypeClassDescriptionfinal classProperties of the dedicated host.Methods in com.azure.resourcemanager.compute.fluent.models that return DedicatedHostPropertiesModifier and TypeMethodDescriptionstatic DedicatedHostPropertiesDedicatedHostProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostProperties from the JsonReader.DedicatedHostProperties.withAutoReplaceOnFailure(Boolean autoReplaceOnFailure) Set the autoReplaceOnFailure property: Specifies whether the dedicated host should be replaced automatically in case of a failure.DedicatedHostProperties.withLicenseType(DedicatedHostLicenseTypes licenseType) Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.DedicatedHostProperties.withPlatformFaultDomain(Integer platformFaultDomain) Set the platformFaultDomain property: Fault domain of the dedicated host within a dedicated host group.