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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET