IPlacement.ZonePlacementPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The availability zone pinning policy for the storage account.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Any", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The availability zone pinning policy for the storage account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="zonePlacementPolicy", Update=true)]
public string ZonePlacementPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Any", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The availability zone pinning policy for the storage account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="zonePlacementPolicy", Update=true)>]
member this.ZonePlacementPolicy : string with get, set
Public Property ZonePlacementPolicy As String
Property Value
- Attributes