Condividi tramite


IVaultPatchProperties.PublicNetworkAccess Property

Definition

Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.

[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicNetworkAccess", Update=true)]
public string PublicNetworkAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicNetworkAccess", Update=true)>]
member this.PublicNetworkAccess : string with get, set
Public Property PublicNetworkAccess As String

Property Value

Attributes

Applies to