KeyVaultProperties 생성자

정의

오버로드

KeyVaultProperties()

KeyVaultProperties 클래스의 새 instance 초기화합니다.

KeyVaultProperties(String)

KeyVaultProperties 클래스의 새 instance 초기화합니다.

KeyVaultProperties()

KeyVaultProperties 클래스의 새 instance 초기화합니다.

public KeyVaultProperties ();
Public Sub New ()

적용 대상

KeyVaultProperties(String)

KeyVaultProperties 클래스의 새 instance 초기화합니다.

public KeyVaultProperties (string keyIdentifier = default);
new Microsoft.Azure.Management.Batch.Models.KeyVaultProperties : string -> Microsoft.Azure.Management.Batch.Models.KeyVaultProperties
Public Sub New (Optional keyIdentifier As String = Nothing)

매개 변수

keyIdentifier
String

버전이 지정된 비밀의 전체 경로입니다. 예 https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. 사용할 수 있도록 하려면 다음 필수 구성 요소를 충족해야 합니다.

         The Batch Account has a System Assigned identity
         The account identity has been granted Key/Get, Key/Unwrap and
         Key/Wrap permissions
         The KeyVault has soft-delete and purge protection enabled

적용 대상