CertificatesGet interface
方法
| delete(Request |
刪除憑證。 |
| get(Request |
取得憑證。 |
| patch(Certificates |
建立或更新憑證。 |
| put(Certificates |
建立或更新憑證。 |
方法詳細資料
delete(RequestParameters)
刪除憑證。
function delete(options?: RequestParameters): StreamableMethod<CertificatesDelete200Response | CertificatesDelete204Response | CertificatesDeleteDefaultResponse>
參數
- options
- RequestParameters
傳回
get(RequestParameters)
取得憑證。
function get(options?: RequestParameters): StreamableMethod<CertificatesGet200Response | CertificatesGetDefaultResponse>
參數
- options
- RequestParameters
傳回
patch(CertificatesUpdateParameters)
建立或更新憑證。
function patch(options: CertificatesUpdateParameters): StreamableMethod<CertificatesUpdate200Response | CertificatesUpdateDefaultResponse>
參數
- options
- CertificatesUpdateParameters
傳回
put(CertificatesCreateOrUpdateParameters)
建立或更新憑證。
function put(options: CertificatesCreateOrUpdateParameters): StreamableMethod<CertificatesCreateOrUpdate200Response | CertificatesCreateOrUpdateDefaultResponse>