共用方式為


CertificatesGet interface

方法

delete(RequestParameters)

刪除憑證。

get(RequestParameters)

取得憑證。

patch(CertificatesUpdateParameters)

建立或更新憑證。

put(CertificatesCreateOrUpdateParameters)

建立或更新憑證。

方法詳細資料

delete(RequestParameters)

刪除憑證。

function delete(options?: RequestParameters): StreamableMethod<CertificatesDelete200Response | CertificatesDelete204Response | CertificatesDeleteDefaultResponse>

參數

傳回

get(RequestParameters)

取得憑證。

function get(options?: RequestParameters): StreamableMethod<CertificatesGet200Response | CertificatesGetDefaultResponse>

參數

傳回

patch(CertificatesUpdateParameters)

建立或更新憑證。

function patch(options: CertificatesUpdateParameters): StreamableMethod<CertificatesUpdate200Response | CertificatesUpdateDefaultResponse>

參數

傳回

put(CertificatesCreateOrUpdateParameters)

建立或更新憑證。

function put(options: CertificatesCreateOrUpdateParameters): StreamableMethod<CertificatesCreateOrUpdate200Response | CertificatesCreateOrUpdateDefaultResponse>

參數

傳回