共用方式為


CertificateReference 類別

定義

要安裝在集區中計算節點上之憑證的參考。 這必須存在於與集區相同的帳戶內。

public class CertificateReference
type CertificateReference = class
Public Class CertificateReference
繼承
CertificateReference

備註

警告:此物件已被取代,將在 2024 年 2 月之後移除。 請改用 [Azure KeyVault 擴充功能] (https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) 。

建構函式

CertificateReference()

初始化 CertificateReference 類別的新實例。

CertificateReference(String, Nullable<CertificateStoreLocation>, String, IList<CertificateVisibility>)

初始化 CertificateReference 類別的新實例。

屬性

Id

取得或設定要安裝在集區上之憑證的完整識別碼。 這必須位於與集區相同的批次帳戶內。

StoreLocation

取得或設定要安裝憑證之計算節點上憑證存放區的位置。

StoreName

取得或設定要安裝憑證之計算節點上憑證存放區的名稱。

Visibility

取得或設定計算節點上的使用者帳戶應該可以存取憑證的私人資料。

方法

Validate()

驗證 物件。

適用於