次の方法で共有


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' です。

適用対象