Share via


IManagedHsmProperties.NetworkAclsBypass Property

Definition

Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.

[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.PSArgumentCompleter(new System.String[] { "AzureServices", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'.  If not specified the default is 'AzureServices'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="bypass", Update=true)]
public string NetworkAclsBypass { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.PSArgumentCompleter(new System.String[] { "AzureServices", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'.  If not specified the default is 'AzureServices'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="bypass", Update=true)>]
member this.NetworkAclsBypass : string with get, set
Public Property NetworkAclsBypass As String

Property Value

Attributes

Applies to