다음을 통해 공유


VolumeProperties.KeyVaultPrivateEndpointResourceId Property

Definition

Gets or sets the resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to