CertificateOrdersDiagnosticsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

WebSiteManagementClient's

<xref:certificate_orders_diagnostics> attribute.

Inheritance
builtins.object
CertificateOrdersDiagnosticsOperations

Constructor

CertificateOrdersDiagnosticsOperations(*args, **kwargs)

Methods

get_app_service_certificate_order_detector_response

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

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

list_app_service_certificate_order_detector_response

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

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

get_app_service_certificate_order_detector_response

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

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

get_app_service_certificate_order_detector_response(resource_group_name: str, certificate_order_name: str, detector_name: str, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, **kwargs: Any) -> DetectorResponse

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

certificate_order_name
Required
str

The certificate order name for which the response is needed. Required.

detector_name
Required
str

The detector name which needs to be run. Required.

start_time
Required

The start time for detector response. Default value is None.

end_time
Required

The end time for the detector response. Default value is None.

time_grain
Required
str

The time grain for the detector response. Default value is None.

Returns

Type Description

DetectorResponse or the result of cls(response)

Exceptions

Type Description

list_app_service_certificate_order_detector_response

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

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

list_app_service_certificate_order_detector_response(resource_group_name: str, certificate_order_name: str, **kwargs: Any) -> Iterable[DetectorResponse]

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

certificate_order_name
Required
str

The certificate order name for which the response is needed. Required.

Returns

Type Description

An iterator like instance of either DetectorResponse or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.web.v2023_01_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2023_01_01\\models\\__init__.py'>