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.objectCertificateOrdersDiagnosticsOperations
Constructor
CertificateOrdersDiagnosticsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
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_01.models._models_py3.DetectorResponse
Parameters
- 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_01.models._models_py3.DetectorResponseCollection]
Parameters
- 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_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\web\\v2021_01_01\\models\\__init__.py'>
Feedback
Submit and view feedback for