IotHubCertificateDescriptionResource.GenerateVerificationCodeAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription>> GenerateVerificationCodeAsync (string ifMatch, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVerificationCodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription>>
override this.GenerateVerificationCodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription>>
Public Overridable Function GenerateVerificationCodeAsync (ifMatch As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IotHubCertificateWithNonceDescription))
Parameters
- ifMatch
- String
ETag of the Certificate.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
ifMatch
is null.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET