CertificateReference interface
表示 CertificateReference 的介面。
屬性
| store |
要安裝憑證之計算節點上的證書存儲位置。 默認值為 currentuser。 此屬性僅適用於使用 Windows 計算節點設定的集區(也就是使用 cloudServiceConfiguration 建立,或使用 Windows 映像參考的 virtualMachineConfiguration 建立)。 針對 Linux 計算節點,憑證會儲存在工作工作目錄內的目錄中,而環境變數AZ_BATCH_CERTIFICATES_DIR會提供給工作來查詢此位置。 對於可見度為 『remoteUser』 的憑證,會在使用者的主目錄中建立 『certs』 目錄(例如 /home/{user-name}/certs)和憑證放在該目錄中。 可能的值包括:'currentUser'、'localMachine' |
| store |
要安裝憑證之計算節點上的證書存儲名稱。 此屬性僅適用於使用 Windows 計算節點設定的集區(也就是使用 cloudServiceConfiguration 建立,或使用 Windows 映像參考的 virtualMachineConfiguration 建立)。 常見的存放區名稱包括:My、Root、CA、Trust、Disallowed、TrustedPeople、TrustedPublisher、AuthRoot、AddressBook,但也可以使用任何自定義存放區名稱。 預設值為 My。 |
| thumbprint | 憑證的指紋。 |
| thumbprint |
指紋相關聯的演算法。 這必須是sha1。 |
| visibility | 計算節點上的哪些用戶帳戶應該可以存取憑證的私用數據。 您可以在此集合中指定多個可見度。 預設值為 [所有帳戶]。 |
屬性詳細資料
storeLocation
要安裝憑證之計算節點上的證書存儲位置。 默認值為 currentuser。 此屬性僅適用於使用 Windows 計算節點設定的集區(也就是使用 cloudServiceConfiguration 建立,或使用 Windows 映像參考的 virtualMachineConfiguration 建立)。 針對 Linux 計算節點,憑證會儲存在工作工作目錄內的目錄中,而環境變數AZ_BATCH_CERTIFICATES_DIR會提供給工作來查詢此位置。 對於可見度為 『remoteUser』 的憑證,會在使用者的主目錄中建立 『certs』 目錄(例如 /home/{user-name}/certs)和憑證放在該目錄中。 可能的值包括:'currentUser'、'localMachine'
storeLocation?: CertificateStoreLocation
屬性值
storeName
要安裝憑證之計算節點上的證書存儲名稱。 此屬性僅適用於使用 Windows 計算節點設定的集區(也就是使用 cloudServiceConfiguration 建立,或使用 Windows 映像參考的 virtualMachineConfiguration 建立)。 常見的存放區名稱包括:My、Root、CA、Trust、Disallowed、TrustedPeople、TrustedPublisher、AuthRoot、AddressBook,但也可以使用任何自定義存放區名稱。 預設值為 My。
storeName?: string
屬性值
string
thumbprint
憑證的指紋。
thumbprint: string
屬性值
string
thumbprintAlgorithm
指紋相關聯的演算法。 這必須是sha1。
thumbprintAlgorithm: string
屬性值
string
visibility
計算節點上的哪些用戶帳戶應該可以存取憑證的私用數據。 您可以在此集合中指定多個可見度。 預設值為 [所有帳戶]。
visibility?: CertificateVisibility[]