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
Subclasses with type arguments of type ZonePlacementPolicyType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the policy for resource's placement in availability zone.Fields in com.azure.resourcemanager.compute.models declared as ZonePlacementPolicyTypeModifier and TypeFieldDescriptionstatic final ZonePlacementPolicyTypeZonePlacementPolicyType.ANYStatic value Any for ZonePlacementPolicyType.static final ZonePlacementPolicyTypeZonePlacementPolicyType.AUTOStatic value Auto 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 resource'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 resource's placement in availability zone.