AppServiceCertificateOrdersOperationsExtensions.RetrieveCertificateEmailHistory 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 email history.
public static System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.CertificateEmail> RetrieveCertificateEmailHistory (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string name);
static member RetrieveCertificateEmailHistory : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.CertificateEmail>
<Extension()>
Public Function RetrieveCertificateEmailHistory (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, name As String) As IList(Of CertificateEmail)
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 email history.