次の方法で共有


ComputeNode.CertificateReferences プロパティ

定義

コンピューティング ノードにインストールされている証明書の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="certificateReferences")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.CertificateReference> CertificateReferences { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificateReferences")>]
member this.CertificateReferences : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.CertificateReference> with get, set
Public Property CertificateReferences As IList(Of CertificateReference)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

Windows ノードの場合、Batch サービスは、指定された証明書ストアと場所に証明書をインストールします。 Linux コンピューティング ノードの場合、証明書は Task 作業ディレクトリ内のディレクトリに格納され、この場所を照会するためにタスクにAZ_BATCH_CERTIFICATES_DIR環境変数が提供されます。 'remoteUser' の可視性を持つ証明書の場合、ユーザーのホーム ディレクトリ (/home/{user-name}/certs など) に 'certs' ディレクトリが作成され、そのディレクトリに証明書が配置されます。

警告: このプロパティは非推奨であり、2024 年 2 月以降に削除されます。 代わりに [Azure KeyVault 拡張機能]( をhttps://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 使用してください。

適用対象