다음을 통해 공유


SecretValueReference 생성자

정의

오버로드

SecretValueReference()

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

SecretValueReference(KeyVaultReference, String, String)

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

SecretValueReference()

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

public SecretValueReference ();
Public Sub New ()

적용 대상

SecretValueReference(KeyVaultReference, String, String)

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

public SecretValueReference (Microsoft.Azure.Management.Blueprint.Models.KeyVaultReference keyVault, string secretName, string secretVersion = default);
new Microsoft.Azure.Management.Blueprint.Models.SecretValueReference : Microsoft.Azure.Management.Blueprint.Models.KeyVaultReference * string * string -> Microsoft.Azure.Management.Blueprint.Models.SecretValueReference
Public Sub New (keyVault As KeyVaultReference, secretName As String, Optional secretVersion As String = Nothing)

매개 변수

keyVault
KeyVaultReference

지정된 Azure Key Vault 대한 참조를 지정합니다.

secretName
String

비밀 이름입니다.

secretVersion
String

사용할 비밀의 버전입니다. 비워 두면 최신 버전의 비밀이 사용됩니다.

적용 대상