Partager via


CertificateOrdersDiagnosticsClient Interface

public interface CertificateOrdersDiagnosticsClient

An instance of this class provides access to all the operations defined in CertificateOrdersDiagnosticsClient.

Method Summary

Modifier and Type Method and Description
abstract DetectorResponseInner getAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName, String detectorName)

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

abstract Mono<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName, String certificateOrderName, String detectorName)

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

abstract Response<DetectorResponseInner> getAppServiceCertificateOrderDetectorResponseWithResponse(String resourceGroupName, String certificateOrderName, String detectorName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain, Context context)

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

abstract Mono<Response<DetectorResponseInner>> getAppServiceCertificateOrderDetectorResponseWithResponseAsync(String resourceGroupName, String certificateOrderName, String detectorName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain)

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

abstract PagedIterable<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName)

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

abstract PagedIterable<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName, Context context)

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

abstract PagedFlux<DetectorResponseInner> listAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName, String certificateOrderName)

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

Method Details

getAppServiceCertificateOrderDetectorResponse

public abstract DetectorResponseInner getAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName, String detectorName)

Microsoft.CertificateRegistration call to get a detector response from App Lens. 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.

getAppServiceCertificateOrderDetectorResponseAsync

public abstract Mono getAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName, String certificateOrderName, String detectorName)

Microsoft.CertificateRegistration call to get a detector response from App Lens. 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 on successful completion of Mono.

getAppServiceCertificateOrderDetectorResponseWithResponse

public abstract Response getAppServiceCertificateOrderDetectorResponseWithResponse(String resourceGroupName, String certificateOrderName, String detectorName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain, Context context)

Microsoft.CertificateRegistration call to get a detector response from App Lens. 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 along with Response<T>.

getAppServiceCertificateOrderDetectorResponseWithResponseAsync

public abstract Mono> getAppServiceCertificateOrderDetectorResponseWithResponseAsync(String resourceGroupName, String certificateOrderName, String detectorName, OffsetDateTime startTime, OffsetDateTime endTime, String timeGrain)

Microsoft.CertificateRegistration call to get a detector response from App Lens. 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 along with Response<T> on successful completion of Mono.

listAppServiceCertificateOrderDetectorResponse

public abstract PagedIterable listAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName)

Microsoft.CertificateRegistration to get the list of detectors for this RP. 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 as paginated response with PagedIterable<T>.

listAppServiceCertificateOrderDetectorResponse

public abstract PagedIterable listAppServiceCertificateOrderDetectorResponse(String resourceGroupName, String certificateOrderName, Context context)

Microsoft.CertificateRegistration to get the list of detectors for this RP. 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 as paginated response with PagedIterable<T>.

listAppServiceCertificateOrderDetectorResponseAsync

public abstract PagedFlux listAppServiceCertificateOrderDetectorResponseAsync(String resourceGroupName, String certificateOrderName)

Microsoft.CertificateRegistration to get the list of detectors for this RP. 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 as paginated response with PagedFlux<T>.

Applies to