CertificatesOperationsExtensions.CreateOrUpdateAsync Method

Definition

Upload the certificate to the IoT hub.

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

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. Do not specify for creating a brand new certificate. Required to update an existing certificate.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Adds new or replaces existing certificate.

Applies to