IotHubCertificateDescriptionResource.GenerateVerificationCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates verification code for proof of possession flow. The verification code will be used to generate a leaf certificate.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates/{certificateName}/generateVerificationCode
- Operation Id: Certificates_GenerateVerificationCode
- Default Api Version: 2023-06-30
- Resource: IotHubCertificateDescriptionResource
public virtual Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription> GenerateVerificationCode (string ifMatch, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVerificationCode : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription>
override this.GenerateVerificationCode : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription>
Public Overridable Function GenerateVerificationCode (ifMatch As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotHubCertificateWithNonceDescription)
Parameters
- ifMatch
- String
ETag of the Certificate.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
ifMatch
is null.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET