你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMhsmNetworkRuleSet.Bypass 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 Bypass { 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.Bypass : string with get, set
Public Property Bypass As String

Property Value

Attributes

Applies to