다음을 통해 공유


DpsCertificateOperationsExtensions.Delete Method

Definition

Delete the Provisioning Service Certificate.

public static void Delete (this Microsoft.Azure.Management.DeviceProvisioningServices.IDpsCertificateOperations operations, string resourceGroupName, string ifMatch, string provisioningServiceName, string certificateName, string certificatename = default, byte[] certificaterawBytes = default, bool? certificateisVerified = default, string certificatepurpose = default, DateTime? certificatecreated = default, DateTime? certificatelastUpdated = default, bool? certificatehasPrivateKey = default, string certificatenonce = default);
static member Delete : Microsoft.Azure.Management.DeviceProvisioningServices.IDpsCertificateOperations * string * string * string * string * string * byte[] * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * string -> unit

Parameters

operations
IDpsCertificateOperations

The operations group for this extension method.

resourceGroupName
String

Resource group identifier.

ifMatch
String

ETag of the certificate

provisioningServiceName
String

The name of the provisioning service.

certificateName
String

This is a mandatory field, and is the logical name of the certificate that the provisioning service will access by.

certificatename
String

This is optional, and it is the Common Name of the certificate.

certificaterawBytes
Byte[]

Raw data within the certificate.

certificateisVerified
Nullable<Boolean>

Indicates if certificate has been verified by owner of the private key.

certificatepurpose
String

A description that mentions the purpose of the certificate. Possible values include: 'clientAuthentication', 'serverAuthentication'

certificatecreated
Nullable<DateTime>

Time the certificate is created.

certificatelastUpdated
Nullable<DateTime>

Time the certificate is last updated.

certificatehasPrivateKey
Nullable<Boolean>

Indicates if the certificate contains a private key.

certificatenonce
String

Random number generated to indicate Proof of Possession.

Remarks

Deletes the specified certificate associated with the Provisioning Service

Applies to