AppServiceCertificateOrdersOperationsExtensions.ValidatePurchaseInformationAsync 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.
Validate information for a certificate order.
public static System.Threading.Tasks.Task ValidatePurchaseInformationAsync(this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder appServiceCertificateOrder, System.Threading.CancellationToken cancellationToken = default);
static member ValidatePurchaseInformationAsync : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ValidatePurchaseInformationAsync (operations As IAppServiceCertificateOrdersOperations, appServiceCertificateOrder As AppServiceCertificateOrder, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IAppServiceCertificateOrdersOperations
The operations group for this extension method.
- appServiceCertificateOrder
- AppServiceCertificateOrder
Information for a certificate order.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for Validate information for a certificate order.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET