KeyVaultProperties 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET