CertificateOrdersDiagnosticsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:certificate_orders_diagnostics> attribute.
- Inheritance
-
builtins.objectCertificateOrdersDiagnosticsOperations
Constructor
CertificateOrdersDiagnosticsOperations(*args, **kwargs)
Methods
get_app_service_certificate_order_detector_response |
Microsoft.CertificateRegistration call to get a detector response from App Lens. 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. 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.
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
|
Name of the resource group to which the resource belongs. Required. |
certificate_order_name
Required
|
The certificate order name for which the response is needed. Required. |
detector_name
Required
|
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
|
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.
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
|
Name of the resource group to which the resource belongs. Required. |
certificate_order_name
Required
|
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.v2020_12_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2020_12_01\\models\\__init__.py'>
Azure SDK for Python