CertificateOrdersDiagnosticsOperationsExtensions.ListAppServiceCertificateOrderDetectorResponseAsync Method

Definition

Microsoft.CertificateRegistration to get the list of detectors for this RP.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>> ListAppServiceCertificateOrderDetectorResponseAsync (this Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations operations, string resourceGroupName, string certificateOrderName, System.Threading.CancellationToken cancellationToken = default);
static member ListAppServiceCertificateOrderDetectorResponseAsync : Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>>
<Extension()>
Public Function ListAppServiceCertificateOrderDetectorResponseAsync (operations As ICertificateOrdersDiagnosticsOperations, resourceGroupName As String, certificateOrderName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DetectorResponse))

Parameters

operations
ICertificateOrdersDiagnosticsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

certificateOrderName
String

The certificate order name for which the response is needed.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.

Applies to