CertificatesOperationsExtensions.DeleteAsync メソッド

定義

X509 証明書を削除します。

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.IotHub.ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.IotHub.ICertificatesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As ICertificatesOperations, resourceGroupName As String, resourceName As String, certificateName As String, ifMatch As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
ICertificatesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

IoT ハブを含むリソース グループの名前。

resourceName
String

IoT ハブの名前。

certificateName
String

証明書の名前

ifMatch
String

証明書の ETag。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

既存の X509 証明書を削除するか、存在しない場合は何も行いません。

適用対象