AppServiceCertificateOrdersOperationsExtensions.RetrieveCertificateActionsAsync(IAppServiceCertificateOrdersOperations, String, String, CancellationToken) Method
Definition
Retrieve the list of certificate actions.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateOrderActionInner>> RetrieveCertificateActionsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = null);
static member RetrieveCertificateActionsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateOrderActionInner>>
Parameters
- operations
- IAppServiceCertificateOrdersOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the certificate order.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Retrieve the list of certificate actions.