Uses of Class
com.azure.resourcemanager.storage.models.ZonePlacementPolicy
Packages that use ZonePlacementPolicy
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ZonePlacementPolicy in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as ZonePlacementPolicyModifier and TypeFieldDescriptionstatic final ZonePlacementPolicyZonePlacementPolicy.ANYStatic value Any for ZonePlacementPolicy.static final ZonePlacementPolicyZonePlacementPolicy.NONEStatic value None for ZonePlacementPolicy.Methods in com.azure.resourcemanager.storage.models that return ZonePlacementPolicyModifier and TypeMethodDescriptionstatic ZonePlacementPolicyZonePlacementPolicy.fromString(String name) Creates or finds a ZonePlacementPolicy from its string representation.Placement.zonePlacementPolicy()Get the zonePlacementPolicy property: The availability zone pinning policy for the storage account.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ZonePlacementPolicyModifier and TypeMethodDescriptionstatic Collection<ZonePlacementPolicy> ZonePlacementPolicy.values()Gets known ZonePlacementPolicy values.Methods in com.azure.resourcemanager.storage.models with parameters of type ZonePlacementPolicyModifier and TypeMethodDescriptionPlacement.withZonePlacementPolicy(ZonePlacementPolicy zonePlacementPolicy) Set the zonePlacementPolicy property: The availability zone pinning policy for the storage account.