다음을 통해 공유


CertificateReference.StoreLocation 속성

정의

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

[Newtonsoft.Json.JsonProperty(PropertyName="storeLocation")]
public Microsoft.Azure.Management.Batch.Models.CertificateStoreLocation? StoreLocation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storeLocation")>]
member this.StoreLocation : Nullable<Microsoft.Azure.Management.Batch.Models.CertificateStoreLocation> with get, set
Public Property StoreLocation As Nullable(Of CertificateStoreLocation)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

기본값은 currentUser입니다. 이 속성은 Windows 노드로 구성된 풀(즉, cloudServiceConfiguration으로 생성되거나 Windows 이미지 참조를 사용하여 virtualMachineConfiguration을 사용하여 만든)에만 적용됩니다. Linux 컴퓨팅 노드의 경우 인증서는 작업 디렉터리 내의 디렉터리에 저장되고 환경 변수 AZ_BATCH_CERTIFICATES_DIR 이 위치를 쿼리하기 위해 태스크에 제공됩니다. 'remoteUser'의 표시 유형이 있는 인증서의 경우 사용자의 홈 디렉터리(예: /home/{user-name}/certs)에 'certs' 디렉터리가 만들어지고 인증서가 해당 디렉터리에 배치됩니다. 가능한 값은 'CurrentUser', 'LocalMachine'입니다.

적용 대상