Condividi tramite


IStorageAccountPropertiesCreateParameters.NetworkRuleSetDefaultAction Property

Definition

Specifies the default action of allow or deny when no other rules match.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Allow", "Deny" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Specifies the default action of allow or deny when no other rules match.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultAction", Update=true)]
public string NetworkRuleSetDefaultAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Allow", "Deny" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Specifies the default action of allow or deny when no other rules match.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultAction", Update=true)>]
member this.NetworkRuleSetDefaultAction : string with get, set
Public Property NetworkRuleSetDefaultAction As String

Property Value

Attributes

Applies to