NetAppChangeKeyVault Constructor
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.
Initializes a new instance of NetAppChangeKeyVault.
public NetAppChangeKeyVault(Uri keyVaultUri, string keyName, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetApp.Models.NetAppKeyVaultPrivateEndpoint> keyVaultPrivateEndpoints);
new Azure.ResourceManager.NetApp.Models.NetAppChangeKeyVault : Uri * string * seq<Azure.ResourceManager.NetApp.Models.NetAppKeyVaultPrivateEndpoint> -> Azure.ResourceManager.NetApp.Models.NetAppChangeKeyVault
Public Sub New (keyVaultUri As Uri, keyName As String, keyVaultPrivateEndpoints As IEnumerable(Of NetAppKeyVaultPrivateEndpoint))
Parameters
- keyVaultUri
- Uri
The URI of the key vault/managed HSM that should be used for encryption.
- keyName
- String
The name of the key that should be used for encryption.
- keyVaultPrivateEndpoints
- IEnumerable<NetAppKeyVaultPrivateEndpoint>
Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.
Exceptions
keyVaultUri
, keyName
or keyVaultPrivateEndpoints
is null.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET