CertificateOrdersDiagnostics interface
Interface representing a CertificateOrdersDiagnostics.
Methods
get |
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens. |
list |
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.
The options parameters.
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.
The options parameters.