CertificateReference 생성자

정의

오버로드

CertificateReference()

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

CertificateReference(String, Nullable<CertificateStoreLocation>, String, IList<CertificateVisibility>)

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

CertificateReference()

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

public CertificateReference ();
Public Sub New ()

적용 대상

CertificateReference(String, Nullable<CertificateStoreLocation>, String, IList<CertificateVisibility>)

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

public CertificateReference (string id, Microsoft.Azure.Management.Batch.Models.CertificateStoreLocation? storeLocation = default, string storeName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.CertificateVisibility> visibility = default);
new Microsoft.Azure.Management.Batch.Models.CertificateReference : string * Nullable<Microsoft.Azure.Management.Batch.Models.CertificateStoreLocation> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.CertificateVisibility> -> Microsoft.Azure.Management.Batch.Models.CertificateReference
Public Sub New (id As String, Optional storeLocation As Nullable(Of CertificateStoreLocation) = Nothing, Optional storeName As String = Nothing, Optional visibility As IList(Of CertificateVisibility) = Nothing)

매개 변수

id
String

풀에 설치할 인증서의 정규화된 ID입니다. 풀과 동일한 일괄 처리 계정 내에 있어야 합니다.

storeLocation
Nullable<CertificateStoreLocation>

인증서를 설치할 컴퓨팅 노드의 인증서 저장소 위치입니다.

storeName
String

인증서를 설치할 컴퓨팅 노드의 인증서 저장소 이름입니다.

visibility
IList<CertificateVisibility>

컴퓨팅 노드의 사용자 계정이 인증서의 프라이빗 데이터에 액세스할 수 있어야 합니다.

적용 대상