Condividi tramite


AppServiceCertificateOrdersOperationsExtensions.RetrieveCertificateActions Method

Definition

Retrieve the list of certificate actions.

public static System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.CertificateOrderAction> RetrieveCertificateActions (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string name);
static member RetrieveCertificateActions : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.CertificateOrderAction>
<Extension()>
Public Function RetrieveCertificateActions (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, name As String) As IList(Of CertificateOrderAction)

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.

Returns

Remarks

Description for Retrieve the list of certificate actions.

Applies to