Partilhar via


AzureKeyVaultKms.KeyVaultNetworkAccess Property

Definition

Gets or sets network access of key vault. The possible values are Public and Private. Public means the key vault allows public access from all networks. Private means the key vault disables public access and enables private link. The default value is Public. Possible values include: 'Public', 'Private'

[Newtonsoft.Json.JsonProperty(PropertyName="keyVaultNetworkAccess")]
public string KeyVaultNetworkAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyVaultNetworkAccess")>]
member this.KeyVaultNetworkAccess : string with get, set
Public Property KeyVaultNetworkAccess As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to