Condividi tramite


IFunctionsIdentity.ManagementPolicyName Property

Definition

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

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

Property Value

Attributes

Applies to