다음을 통해 공유


KeyVaultReference 생성자

정의

오버로드

KeyVaultReference()

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

KeyVaultReference(String)

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

KeyVaultReference()

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

public KeyVaultReference ();
Public Sub New ()

적용 대상

KeyVaultReference(String)

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

public KeyVaultReference (string id);
new Microsoft.Azure.Management.Blueprint.Models.KeyVaultReference : string -> Microsoft.Azure.Management.Blueprint.Models.KeyVaultReference
Public Sub New (id As String)

매개 변수

id
String

Key Vault Azure 리소스 ID입니다.

적용 대상