Compartir a través de


CertificateOrdersDiagnostics interface

Interface representing a CertificateOrdersDiagnostics.

Methods

getAppServiceCertificateOrderDetectorResponse(string, string, string, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams)

Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.

listAppServiceCertificateOrderDetectorResponse(string, string, CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams)

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

Method Details

getAppServiceCertificateOrderDetectorResponse(string, string, string, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams)

Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.

function getAppServiceCertificateOrderDetectorResponse(resourceGroupName: string, certificateOrderName: string, detectorName: string, options?: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseOptionalParams): Promise<DetectorResponse>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

certificateOrderName

string

The certificate order name for which the response is needed.

detectorName

string

The detector name which needs to be run.

Returns

Promise<DetectorResponse>

listAppServiceCertificateOrderDetectorResponse(string, string, CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams)

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

function listAppServiceCertificateOrderDetectorResponse(resourceGroupName: string, certificateOrderName: string, options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseOptionalParams): PagedAsyncIterableIterator<DetectorResponse, DetectorResponse[], PageSettings>

Parameters

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