CertificatesOperationsExtensions.CreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Chargez le certificat sur le hub IoT.
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)
Paramètres
- operations
- ICertificatesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient le hub IoT.
- resourceName
- String
Nom du hub IoT.
- certificateName
- String
Nom du certificat
- ifMatch
- String
ETag du certificat. Ne spécifiez pas pour créer un nouveau certificat. Requis pour mettre à jour un certificat existant.
- properties
- CertificateProperties
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Ajoute un nouveau certificat ou remplace un certificat existant.
S’applique à
Azure SDK for .NET