public interface CertificateOrdersDiagnosticsClient
| Modifier and Type | Method and Description |
|---|---|
DetectorResponseInner |
getAppServiceCertificateOrderDetectorResponse(String resourceGroupName,
String certificateOrderName,
String detectorName)
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
|
Mono<DetectorResponseInner> |
getAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName,
String certificateOrderName,
String detectorName)
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
|
Mono<DetectorResponseInner> |
getAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName,
String certificateOrderName,
String detectorName,
OffsetDateTime startTime,
OffsetDateTime endTime,
String timeGrain)
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
|
com.azure.core.http.rest.Response<DetectorResponseInner> |
getAppServiceCertificateOrderDetectorResponseWithResponse(String resourceGroupName,
String certificateOrderName,
String detectorName,
OffsetDateTime startTime,
OffsetDateTime endTime,
String timeGrain,
com.azure.core.util.Context context)
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
|
Mono<com.azure.core.http.rest.Response<DetectorResponseInner>> |
getAppServiceCertificateOrderDetectorResponseWithResponseAsync(String resourceGroupName,
String certificateOrderName,
String detectorName,
OffsetDateTime startTime,
OffsetDateTime endTime,
String timeGrain)
Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
|
com.azure.core.http.rest.PagedIterable<DetectorResponseInner> |
listAppServiceCertificateOrderDetectorResponse(String resourceGroupName,
String certificateOrderName)
Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.
|
com.azure.core.http.rest.PagedIterable<DetectorResponseInner> |
listAppServiceCertificateOrderDetectorResponse(String resourceGroupName,
String certificateOrderName,
com.azure.core.util.Context context)
Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.
|
com.azure.core.http.rest.PagedFlux<DetectorResponseInner> |
listAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName,
String certificateOrderName)
Description for Microsoft.CertificateRegistration to get the list of detectors for this RP.
|
com.azure.core.http.rest.PagedFlux<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - The certificate order name for which the response is needed.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - The certificate order name for which the response is needed.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - The certificate order name for which the response is needed.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DetectorResponseInner>> getAppServiceCertificateOrderDetectorResponseWithResponseAsync(String resourceGroupName, String certificateOrderName, String detectorName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - The certificate order name for which the response is needed.detectorName - The detector name which needs to be run.startTime - The start time for detector response.endTime - The end time for the detector response.timeGrain - The time grain for the detector response.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName, String certificateOrderName, String detectorName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - The certificate order name for which the response is needed.detectorName - The detector name which needs to be run.startTime - The start time for detector response.endTime - The end time for the detector response.timeGrain - The time grain for the detector response.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName, String certificateOrderName, String detectorName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - The certificate order name for which the response is needed.detectorName - The detector name which needs to be run.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DetectorResponseInner getAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName, String detectorName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - The certificate order name for which the response is needed.detectorName - The detector name which needs to be run.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseWithResponse(String resourceGroupName, String certificateOrderName, String detectorName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - The certificate order name for which the response is needed.detectorName - The detector name which needs to be run.startTime - The start time for detector response.endTime - The end time for the detector response.timeGrain - The time grain for the detector response.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.