Interface CertificateOrdersDiagnosticsClient


  • public interface CertificateOrdersDiagnosticsClient
    An instance of this class provides access to all the operations defined in CertificateOrdersDiagnosticsClient.
    • Method Detail

      • listAppServiceCertificateOrderDetectorResponseAsync

        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.
        Parameters:
        resourceGroupName - Name of the resource group to which the resource belongs.
        certificateOrderName - The certificate order name for which the response is needed.
        Returns:
        collection of detector responses.
        Throws:
        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.
      • listAppServiceCertificateOrderDetectorResponse

        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.
        Parameters:
        resourceGroupName - Name of the resource group to which the resource belongs.
        certificateOrderName - The certificate order name for which the response is needed.
        Returns:
        collection of detector responses.
        Throws:
        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.
      • listAppServiceCertificateOrderDetectorResponse

        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.
        Parameters:
        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.
        Returns:
        collection of detector responses.
        Throws:
        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.
      • getAppServiceCertificateOrderDetectorResponseWithResponseAsync

        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.
        Parameters:
        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.
        Returns:
        class representing Response from Detector.
        Throws:
        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.
      • getAppServiceCertificateOrderDetectorResponseAsync

        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.
        Parameters:
        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.
        Returns:
        class representing Response from Detector.
        Throws:
        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.
      • getAppServiceCertificateOrderDetectorResponseAsync

        Mono<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseAsync​(String resourceGroupName,
                                                                                       String certificateOrderName,
                                                                                       String detectorName)
        Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
        Parameters:
        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.
        Returns:
        class representing Response from Detector.
        Throws:
        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.
      • getAppServiceCertificateOrderDetectorResponse

        DetectorResponseInner getAppServiceCertificateOrderDetectorResponse​(String resourceGroupName,
                                                                            String certificateOrderName,
                                                                            String detectorName)
        Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.
        Parameters:
        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.
        Returns:
        class representing Response from Detector.
        Throws:
        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.
      • getAppServiceCertificateOrderDetectorResponseWithResponse

        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.
        Parameters:
        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.
        Returns:
        class representing Response from Detector.
        Throws:
        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.