你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SecretsManagementSettings interface
The secret management settings of the machines in the pool.
Properties
certificate |
Where to store certificates on the machine. |
key |
Defines if the key of the certificates should be exportable. |
observed |
The list of certificates to install on all machines in the pool. |
Property Details
certificateStoreLocation
Where to store certificates on the machine.
certificateStoreLocation?: string
Property Value
string
keyExportable
Defines if the key of the certificates should be exportable.
keyExportable: boolean
Property Value
boolean
observedCertificates
The list of certificates to install on all machines in the pool.
observedCertificates: string[]
Property Value
string[]