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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET