다음을 통해 공유


EncryptionProperties 생성자

정의

오버로드

EncryptionProperties()

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

EncryptionProperties(Nullable<KeySource>, KeyVaultProperties)

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

EncryptionProperties()

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

public EncryptionProperties ();
Public Sub New ()

적용 대상

EncryptionProperties(Nullable<KeySource>, KeyVaultProperties)

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

public EncryptionProperties (Microsoft.Azure.Management.Batch.Models.KeySource? keySource = default, Microsoft.Azure.Management.Batch.Models.KeyVaultProperties keyVaultProperties = default);
new Microsoft.Azure.Management.Batch.Models.EncryptionProperties : Nullable<Microsoft.Azure.Management.Batch.Models.KeySource> * Microsoft.Azure.Management.Batch.Models.KeyVaultProperties -> Microsoft.Azure.Management.Batch.Models.EncryptionProperties
Public Sub New (Optional keySource As Nullable(Of KeySource) = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing)

매개 변수

keySource
Nullable<KeySource>

키 원본의 형식입니다. 가능한 값은 'Microsoft.Batch', 'Microsoft.KeyVault'입니다.

keyVaultProperties
KeyVaultProperties

Microsoft.KeyVault 사용 시 추가 세부 정보

적용 대상