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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET