CertificateOrdersDiagnosticsClient Interface
public interface CertificateOrdersDiagnosticsClient
An instance of this class provides access to all the operations defined in CertificateOrdersDiagnosticsClient.
Method Summary
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns: