AppServiceCertificateOrdersOperationsExtensions.RetrieveSiteSealAsync(IAppServiceCertificateOrdersOperations, String, String, SiteSealRequestInner, CancellationToken) Method
Definition
Verify domain ownership for this certificate order.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSealInner> RetrieveSiteSealAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, Microsoft.Azure.Management.AppService.Fluent.Models.SiteSealRequestInner siteSealRequest, System.Threading.CancellationToken cancellationToken = null);
static member RetrieveSiteSealAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteSealRequestInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSealInner>
Parameters
- operations
- IAppServiceCertificateOrdersOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- certificateOrderName
- String
Name of the certificate order.
- siteSealRequest
- SiteSealRequestInner
Site seal request.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Verify domain ownership for this certificate order.