次の方法で共有


BatchCertificateReference.StoreLocation プロパティ

定義

既定値は currentUser です。 このプロパティは、Windows ノードで構成されたプール (つまり、cloudServiceConfiguration を使用して作成されたプール、または Windows イメージ参照を使用して virtualMachineConfiguration を使用して作成されたプール) にのみ適用されます。 Linux コンピューティング ノードの場合、証明書はタスク作業ディレクトリ内のディレクトリに格納され、この場所を照会するためにタスクにAZ_BATCH_CERTIFICATES_DIR環境変数が提供されます。 'remoteUser' の可視性を持つ証明書の場合、ユーザーのホーム ディレクトリ (/home/{user-name}/certs など) に 'certs' ディレクトリが作成され、証明書がそのディレクトリに配置されます。

public Azure.ResourceManager.Batch.Models.BatchCertificateStoreLocation? StoreLocation { get; set; }
member this.StoreLocation : Nullable<Azure.ResourceManager.Batch.Models.BatchCertificateStoreLocation> with get, set
Public Property StoreLocation As Nullable(Of BatchCertificateStoreLocation)

プロパティ値

適用対象