Freigeben über


AzureKeyVaultKms.KeyVaultNetworkAccess Property

Definition

Network access of the key vault. 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.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)]
public string KeyVaultNetworkAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)>]
member this.KeyVaultNetworkAccess : string with get, set
Public Property KeyVaultNetworkAccess As String

Property Value

Implements

Attributes

Applies to