Uses of Class
com.azure.resourcemanager.compute.fluent.models.DedicatedHostGroupProperties
Packages that use DedicatedHostGroupProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of DedicatedHostGroupProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type DedicatedHostGroupPropertiesModifier and TypeClassDescriptionfinal classDedicated Host Group Properties.Methods in com.azure.resourcemanager.compute.fluent.models that return DedicatedHostGroupPropertiesModifier and TypeMethodDescriptionstatic DedicatedHostGroupPropertiesDedicatedHostGroupProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostGroupProperties from the JsonReader.DedicatedHostGroupProperties.withAdditionalCapabilities(DedicatedHostGroupPropertiesAdditionalCapabilities additionalCapabilities) Set the additionalCapabilities property: Enables or disables a capability on the dedicated host group.DedicatedHostGroupProperties.withPlatformFaultDomainCount(int platformFaultDomainCount) Set the platformFaultDomainCount property: Number of fault domains that the host group can span.DedicatedHostGroupProperties.withSupportAutomaticPlacement(Boolean supportAutomaticPlacement) Set the supportAutomaticPlacement property: Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group.