Dela via


KeyVaultProperties.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.

public Azure.Provisioning.BicepValue<string> PublicNetworkAccess { get; set; }
member this.PublicNetworkAccess : Azure.Provisioning.BicepValue<string> with get, set
Public Property PublicNetworkAccess As BicepValue(Of String)

Property Value

Applies to