Condividi tramite


CertificateOrdersDiagnosticsClient Interface

@Deprecated
public interface CertificateOrdersDiagnosticsClient

Note

This class has been deprecated. Use azure-resourcemanager-certificateregistration lib.

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 - The name of the resource group. The name is case insensitive.
certificateOrderName - Name of the certificate order..
detectorName - The detector name which needs to be run.

Returns:

class representing Response from Detector.

getAppServiceCertificateOrderDetectorResponseAsync

public abstract Mono<DetectorResponseInner> 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 - The name of the resource group. The name is case insensitive.
certificateOrderName - Name of the certificate order..
detectorName - The detector name which needs to be run.

Returns:

class representing Response from Detector on successful completion of Mono.

getAppServiceCertificateOrderDetectorResponseWithResponse

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
certificateOrderName - Name of the certificate order..
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<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. Description for Microsoft.CertificateRegistration call to get a detector response from App Lens.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
certificateOrderName - Name of the certificate order..
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<DetectorResponseInner> 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 - The name of the resource group. The name is case insensitive.
certificateOrderName - Name of the certificate order..

Returns:

collection of detector responses as paginated response with PagedIterable<T>.

listAppServiceCertificateOrderDetectorResponse

public abstract PagedIterable<DetectorResponseInner> 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 - The name of the resource group. The name is case insensitive.
certificateOrderName - Name of the certificate order..
context - The context to associate with this operation.

Returns:

collection of detector responses as paginated response with PagedIterable<T>.

listAppServiceCertificateOrderDetectorResponseAsync

public abstract PagedFlux<DetectorResponseInner> 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 - The name of the resource group. The name is case insensitive.
certificateOrderName - Name of the certificate order..

Returns:

collection of detector responses as paginated response with PagedFlux<T>.

Applies to