Uses of Class
com.azure.resourcemanager.compute.models.ZonePlacementPolicyType
Packages that use ZonePlacementPolicyType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ZonePlacementPolicyType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ZonePlacementPolicyTypeModifier and TypeFieldDescriptionstatic final ZonePlacementPolicyTypeZonePlacementPolicyType.ANYStatic value Any for ZonePlacementPolicyType.Methods in com.azure.resourcemanager.compute.models that return ZonePlacementPolicyTypeModifier and TypeMethodDescriptionstatic ZonePlacementPolicyTypeZonePlacementPolicyType.fromString(String name) Creates or finds a ZonePlacementPolicyType from its string representation.Placement.zonePlacementPolicy()Get the zonePlacementPolicy property: Specifies the policy for virtual machine's placement in availability zone.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ZonePlacementPolicyTypeModifier and TypeMethodDescriptionstatic Collection<ZonePlacementPolicyType> ZonePlacementPolicyType.values()Gets known ZonePlacementPolicyType values.Methods in com.azure.resourcemanager.compute.models with parameters of type ZonePlacementPolicyTypeModifier and TypeMethodDescriptionPlacement.withZonePlacementPolicy(ZonePlacementPolicyType zonePlacementPolicy) Set the zonePlacementPolicy property: Specifies the policy for virtual machine's placement in availability zone.