AppServiceCertificateOrdersOperationsExtensions.RetrieveCertificateEmailHistoryAsync Method

Definition

Retrieve email history.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateEmailInner>> RetrieveCertificateEmailHistoryAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member RetrieveCertificateEmailHistoryAsync : 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.CertificateEmailInner>>
<Extension()>
Public Function RetrieveCertificateEmailHistoryAsync (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of CertificateEmailInner))

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

Description for Retrieve email history.

Applies to