다음을 통해 공유


CertificateReference.StoreName 속성

정의

인증서를 설치할 컴퓨팅 노드의 인증서 저장소 이름을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="storeName")]
public string StoreName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storeName")>]
member this.StoreName : string with get, set
Public Property StoreName As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

이 속성은 Windows 노드로 구성된 풀(즉, cloudServiceConfiguration으로 생성되거나 Windows 이미지 참조를 사용하여 virtualMachineConfiguration을 사용하여 만든)에만 적용됩니다. 일반적인 저장소 이름은 My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook을 포함하지만 사용자 지정 저장소 이름도 사용할 수 있습니다. 기본값은 My입니다.

적용 대상