CertificatesOperationsExtensions.Delete Method

Definition

Delete an X509 certificate.

public static void Delete (this Microsoft.Azure.Management.IotHub.ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch);
static member Delete : Microsoft.Azure.Management.IotHub.ICertificatesOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ICertificatesOperations, resourceGroupName As String, resourceName As String, certificateName As String, ifMatch As String)

Parameters

operations
ICertificatesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the IoT hub.

resourceName
String

The name of the IoT hub.

certificateName
String

The name of the certificate

ifMatch
String

ETag of the Certificate.

Remarks

Deletes an existing X509 certificate or does nothing if it does not exist.

Applies to