Share via


CertificateOrdersDiagnosticsOperationsExtensions.ListAppServiceCertificateOrderDetectorResponse Method

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse> ListAppServiceCertificateOrderDetectorResponse (this Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations operations, string resourceGroupName, string certificateOrderName);
static member ListAppServiceCertificateOrderDetectorResponse : Microsoft.Azure.Management.WebSites.ICertificateOrdersDiagnosticsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>
<Extension()>
Public Function ListAppServiceCertificateOrderDetectorResponse (operations As ICertificateOrdersDiagnosticsOperations, resourceGroupName As String, certificateOrderName As String) As 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.

Returns

Remarks

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

Applies to