AzureKeyVaultKms.KeyVaultNetworkAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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