Certificates interface
代表憑證的介面。
方法
方法詳細資料
createOrUpdate(string, string, Certificate, CertificatesCreateOrUpdateOptionalParams)
建立或更新憑證的描述。
function createOrUpdate(resourceGroupName: string, name: string, certificateEnvelope: Certificate, options?: CertificatesCreateOrUpdateOptionalParams): Promise<Certificate>
參數
- resourceGroupName
-
string
資源所屬資源群組的名稱。
- name
-
string
憑證的名稱。
- certificateEnvelope
- Certificate
如果憑證已存在,則為憑證的詳細資料。
選項參數。
傳回
Promise<Certificate>
delete(string, string, CertificatesDeleteOptionalParams)
刪除憑證的描述。
function delete(resourceGroupName: string, name: string, options?: CertificatesDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源所屬資源群組的名稱。
- name
-
string
憑證的名稱。
- options
- CertificatesDeleteOptionalParams
選項參數。
傳回
Promise<void>
get(string, string, CertificatesGetOptionalParams)
取得憑證的描述。
function get(resourceGroupName: string, name: string, options?: CertificatesGetOptionalParams): Promise<Certificate>
參數
- resourceGroupName
-
string
資源所屬資源群組的名稱。
- name
-
string
憑證的名稱。
- options
- CertificatesGetOptionalParams
選項參數。
傳回
Promise<Certificate>
list(CertificatesListOptionalParams)
取得訂用帳戶所有憑證的描述。
function list(options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate, Certificate[], PageSettings>
參數
- options
- CertificatesListOptionalParams
選項參數。
傳回
listByResourceGroup(string, CertificatesListByResourceGroupOptionalParams)
取得資源群組中所有憑證的描述。
function listByResourceGroup(resourceGroupName: string, options?: CertificatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Certificate, Certificate[], PageSettings>
參數
- resourceGroupName
-
string
資源所屬資源群組的名稱。
選項參數。
傳回
update(string, string, CertificatePatchResource, CertificatesUpdateOptionalParams)
建立或更新憑證的描述。
function update(resourceGroupName: string, name: string, certificateEnvelope: CertificatePatchResource, options?: CertificatesUpdateOptionalParams): Promise<Certificate>
參數
- resourceGroupName
-
string
資源所屬資源群組的名稱。
- name
-
string
憑證的名稱。
- certificateEnvelope
- CertificatePatchResource
如果憑證已存在,則為憑證的詳細資料。
- options
- CertificatesUpdateOptionalParams
選項參數。
傳回
Promise<Certificate>