IStorageIdentity.ManagementPolicyName 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 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