CertificateOrdersDiagnosticsOperations interface

Interface representing a CertificateOrdersDiagnostics operations.

Properties

getAppServiceCertificateOrderDetectorResponse

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

listAppServiceCertificateOrderDetectorResponse

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

Property Details

getAppServiceCertificateOrderDetectorResponse

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

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

Property Value

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

listAppServiceCertificateOrderDetectorResponse

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

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

Property Value

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