AppServiceCertificateOrdersOperationsExtensions.RetrieveCertificateActions 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.
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.