CertificateOrdersDiagnosticsOperations Class   
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:certificate_orders_diagnostics> attribute.
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
			 
	 | 
	
		
		 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 
	 | 
	
		
		 The start time for detector response. Default value is None. Default value: None 
			 | 
| 
		 end_time 
	 | 
	
		
		 The end time for the detector response. Default value is None. Default value: None 
			 | 
| 
		 time_grain 
	 | 
	
		
		 The time grain for the detector response. Default value is None. Default value: 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) -> ItemPaged[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.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv239\\Lib\\site-packages\\azure\\mgmt\\web\\models\\__init__.py'>