CertificateOrdersDiagnosticsOperations Class

CertificateOrdersDiagnosticsOperations async operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
CertificateOrdersDiagnosticsOperations

Constructor

CertificateOrdersDiagnosticsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

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.

async get_app_service_certificate_order_detector_response(resource_group_name: str, certificate_order_name: str, detector_name: str, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, time_grain: Optional[str] = None, **kwargs: Any) -> azure.mgmt.web.v2021_01_15.models._models_py3.DetectorResponse

Parameters

resource_group_name
str
Required

Name of the resource group to which the resource belongs.

certificate_order_name
str
Required

The certificate order name for which the response is needed.

detector_name
str
Required

The detector name which needs to be run.

start_time
datetime
default value: None

The start time for detector response.

end_time
datetime
default value: None

The end time for the detector response.

time_grain
str
default value: None

The time grain for the detector response.

cls
callable

A custom type or function that will be passed the direct response

Returns

DetectorResponse, or the result of cls(response)

Return type

Exceptions

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) -> AsyncIterable[azure.mgmt.web.v2021_01_15.models._models_py3.DetectorResponseCollection]

Parameters

resource_group_name
str
Required

Name of the resource group to which the resource belongs.

certificate_order_name
str
Required

The certificate order name for which the response is needed.

cls
callable

A custom type or function that will be passed the direct response

Returns

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

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.web.v2021_01_15.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\web\\v2021_01_15\\models\\__init__.py'>