Uses of Class
com.azure.resourcemanager.compute.fluent.models.DedicatedHostProperties
-
Packages that use DedicatedHostProperties Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient. -
-
Uses of DedicatedHostProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DedicatedHostProperties Modifier and Type Method Description DedicatedHostPropertiesDedicatedHostProperties. withAutoReplaceOnFailure(Boolean autoReplaceOnFailure)Set the autoReplaceOnFailure property: Specifies whether the dedicated host should be replaced automatically in case of a failure.DedicatedHostPropertiesDedicatedHostProperties. withLicenseType(DedicatedHostLicenseTypes licenseType)Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the dedicated host.DedicatedHostPropertiesDedicatedHostProperties. withPlatformFaultDomain(Integer platformFaultDomain)Set the platformFaultDomain property: Fault domain of the dedicated host within a dedicated host group.
-