共用方式為


ICertificateOperations 介面

定義

CertificateOperations 作業。

public interface ICertificateOperations
type ICertificateOperations = interface
Public Interface ICertificateOperations

方法

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
已淘汰.

刪除指定的憑證。

CancelDeletionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
已淘汰.

取消從指定的帳戶刪除憑證失敗的操作。

CreateWithHttpMessagesAsync(String, String, String, CertificateCreateOrUpdateParameters, String, String, Dictionary<String,List<String>>, CancellationToken)
已淘汰.

在指定的帳號內建立新的憑證。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
已淘汰.

刪除指定的憑證。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
已淘汰.

取得指定之憑證的相關資訊。

ListByBatchAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
已淘汰.

列出指定帳戶中的所有憑證。

ListByBatchAccountWithHttpMessagesAsync(String, String, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)
已淘汰.

列出指定帳戶中的所有憑證。

UpdateWithHttpMessagesAsync(String, String, String, CertificateCreateOrUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)
已淘汰.

更新現有憑證的屬性。

擴充方法

BeginDelete(ICertificateOperations, String, String, String)
已淘汰.

刪除指定的憑證。

BeginDeleteAsync(ICertificateOperations, String, String, String, CancellationToken)
已淘汰.

刪除指定的憑證。

CancelDeletion(ICertificateOperations, String, String, String)
已淘汰.

取消從指定的帳戶刪除憑證失敗的操作。

CancelDeletionAsync(ICertificateOperations, String, String, String, CancellationToken)
已淘汰.

取消從指定的帳戶刪除憑證失敗的操作。

Create(ICertificateOperations, String, String, String, CertificateCreateOrUpdateParameters, String, String)
已淘汰.

在指定的帳號內建立新的憑證。

CreateAsync(ICertificateOperations, String, String, String, CertificateCreateOrUpdateParameters, String, String, CancellationToken)
已淘汰.

在指定的帳號內建立新的憑證。

Delete(ICertificateOperations, String, String, String)
已淘汰.

刪除指定的憑證。

DeleteAsync(ICertificateOperations, String, String, String, CancellationToken)
已淘汰.

刪除指定的憑證。

Get(ICertificateOperations, String, String, String)
已淘汰.

取得指定之憑證的相關資訊。

GetAsync(ICertificateOperations, String, String, String, CancellationToken)
已淘汰.

取得指定之憑證的相關資訊。

ListByBatchAccount(ICertificateOperations, String, String, Nullable<Int32>, String, String)
已淘汰.

列出指定帳戶中的所有憑證。

ListByBatchAccountAsync(ICertificateOperations, String, String, Nullable<Int32>, String, String, CancellationToken)
已淘汰.

列出指定帳戶中的所有憑證。

ListByBatchAccountNext(ICertificateOperations, String)
已淘汰.

列出指定帳戶中的所有憑證。

ListByBatchAccountNextAsync(ICertificateOperations, String, CancellationToken)
已淘汰.

列出指定帳戶中的所有憑證。

Update(ICertificateOperations, String, String, String, CertificateCreateOrUpdateParameters, String)
已淘汰.

更新現有憑證的屬性。

UpdateAsync(ICertificateOperations, String, String, String, CertificateCreateOrUpdateParameters, String, CancellationToken)
已淘汰.

更新現有憑證的屬性。

適用於