Share via


IStorageIdentity.ManagementPolicyName Property

Definition

The name of the Storage Account Management Policy. It should always be 'default'

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "default" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The name of the Storage Account Management Policy. It should always be 'default'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="managementPolicyName", Update=true)]
public string ManagementPolicyName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "default" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The name of the Storage Account Management Policy. It should always be 'default'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="managementPolicyName", Update=true)>]
member this.ManagementPolicyName : string with get, set
Public Property ManagementPolicyName As String

Property Value

Attributes

Applies to