DiagnosticsOperations Class
DiagnosticsOperations 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.objectDiagnosticsOperations
Constructor
DiagnosticsOperations(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
| execute_site_analysis |
Execute Analysis. Execute Analysis. |
| execute_site_analysis_slot |
Execute Analysis. Execute Analysis. |
| execute_site_detector |
Execute Detector. Execute Detector. |
| execute_site_detector_slot |
Execute Detector. Execute Detector. |
| get_hosting_environment_detector_response |
Get Hosting Environment Detector Response. Get Hosting Environment Detector Response. |
| get_site_analysis |
Get Site Analysis. Get Site Analysis. |
| get_site_analysis_slot |
Get Site Analysis. Get Site Analysis. |
| get_site_detector |
Get Detector. Get Detector. |
| get_site_detector_response |
Get site detector response. Get site detector response. |
| get_site_detector_response_slot |
Get site detector response. Get site detector response. |
| get_site_detector_slot |
Get Detector. Get Detector. |
| get_site_diagnostic_category |
Get Diagnostics Category. Get Diagnostics Category. |
| get_site_diagnostic_category_slot |
Get Diagnostics Category. Get Diagnostics Category. |
| list_hosting_environment_detector_responses |
List Hosting Environment Detector Responses. List Hosting Environment Detector Responses. |
| list_site_analyses |
Get Site Analyses. Get Site Analyses. |
| list_site_analyses_slot |
Get Site Analyses. Get Site Analyses. |
| list_site_detector_responses |
List Site Detector Responses. List Site Detector Responses. |
| list_site_detector_responses_slot |
List Site Detector Responses. List Site Detector Responses. |
| list_site_detectors |
Get Detectors. Get Detectors. |
| list_site_detectors_slot |
Get Detectors. Get Detectors. |
| list_site_diagnostic_categories |
Get Diagnostics Categories. Get Diagnostics Categories. |
| list_site_diagnostic_categories_slot |
Get Diagnostics Categories. Get Diagnostics Categories. |
execute_site_analysis
Execute Analysis.
Execute Analysis.
async execute_site_analysis(resource_group_name: str, site_name: str, diagnostic_category: str, analysis_name: str, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, time_grain: Optional[str] = None, **kwargs: Any) -> azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticAnalysis
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DiagnosticAnalysis, or the result of cls(response)
Return type
Exceptions
execute_site_analysis_slot
Execute Analysis.
Execute Analysis.
async execute_site_analysis_slot(resource_group_name: str, site_name: str, diagnostic_category: str, analysis_name: str, slot: str, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, time_grain: Optional[str] = None, **kwargs: Any) -> azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticAnalysis
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DiagnosticAnalysis, or the result of cls(response)
Return type
Exceptions
execute_site_detector
Execute Detector.
Execute Detector.
async execute_site_detector(resource_group_name: str, site_name: str, detector_name: str, diagnostic_category: str, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, time_grain: Optional[str] = None, **kwargs: Any) -> azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticDetectorResponse
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DiagnosticDetectorResponse, or the result of cls(response)
Return type
Exceptions
execute_site_detector_slot
Execute Detector.
Execute Detector.
async execute_site_detector_slot(resource_group_name: str, site_name: str, detector_name: str, diagnostic_category: str, slot: str, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, time_grain: Optional[str] = None, **kwargs: Any) -> azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticDetectorResponse
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DiagnosticDetectorResponse, or the result of cls(response)
Return type
Exceptions
get_hosting_environment_detector_response
Get Hosting Environment Detector Response.
Get Hosting Environment Detector Response.
async get_hosting_environment_detector_response(resource_group_name: str, 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.v2018_02_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
get_site_analysis
Get Site Analysis.
Get Site Analysis.
async get_site_analysis(resource_group_name: str, site_name: str, diagnostic_category: str, analysis_name: str, **kwargs: Any) -> azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticAnalysis
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DiagnosticAnalysis, or the result of cls(response)
Return type
Exceptions
get_site_analysis_slot
Get Site Analysis.
Get Site Analysis.
async get_site_analysis_slot(resource_group_name: str, site_name: str, diagnostic_category: str, analysis_name: str, slot: str, **kwargs: Any) -> azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticAnalysis
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DiagnosticAnalysis, or the result of cls(response)
Return type
Exceptions
get_site_detector
Get Detector.
Get Detector.
get_site_detector(resource_group_name: str, site_name: str, diagnostic_category: str, detector_name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticDetectorCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DiagnosticDetectorCollection or the result of cls(response)
Return type
Exceptions
get_site_detector_response
Get site detector response.
Get site detector response.
async get_site_detector_response(resource_group_name: str, site_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.v2018_02_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
get_site_detector_response_slot
Get site detector response.
Get site detector response.
async get_site_detector_response_slot(resource_group_name: str, site_name: str, detector_name: str, slot: str, start_time: Optional[datetime.datetime] = None, end_time: Optional[datetime.datetime] = None, time_grain: Optional[str] = None, **kwargs: Any) -> azure.mgmt.web.v2018_02_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
get_site_detector_slot
Get Detector.
Get Detector.
get_site_detector_slot(resource_group_name: str, site_name: str, diagnostic_category: str, detector_name: str, slot: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticDetectorCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DiagnosticDetectorCollection or the result of cls(response)
Return type
Exceptions
get_site_diagnostic_category
Get Diagnostics Category.
Get Diagnostics Category.
async get_site_diagnostic_category(resource_group_name: str, site_name: str, diagnostic_category: str, **kwargs: Any) -> azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticCategory
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DiagnosticCategory, or the result of cls(response)
Return type
Exceptions
get_site_diagnostic_category_slot
Get Diagnostics Category.
Get Diagnostics Category.
async get_site_diagnostic_category_slot(resource_group_name: str, site_name: str, diagnostic_category: str, slot: str, **kwargs: Any) -> azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticCategory
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DiagnosticCategory, or the result of cls(response)
Return type
Exceptions
list_hosting_environment_detector_responses
List Hosting Environment Detector Responses.
List Hosting Environment Detector Responses.
list_hosting_environment_detector_responses(resource_group_name: str, name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_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
list_site_analyses
Get Site Analyses.
Get Site Analyses.
list_site_analyses(resource_group_name: str, site_name: str, diagnostic_category: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticAnalysisCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DiagnosticAnalysisCollection or the result of cls(response)
Return type
Exceptions
list_site_analyses_slot
Get Site Analyses.
Get Site Analyses.
list_site_analyses_slot(resource_group_name: str, site_name: str, diagnostic_category: str, slot: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticAnalysisCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DiagnosticAnalysisCollection or the result of cls(response)
Return type
Exceptions
list_site_detector_responses
List Site Detector Responses.
List Site Detector Responses.
list_site_detector_responses(resource_group_name: str, site_name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_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
list_site_detector_responses_slot
List Site Detector Responses.
List Site Detector Responses.
list_site_detector_responses_slot(resource_group_name: str, site_name: str, slot: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_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
list_site_detectors
Get Detectors.
Get Detectors.
list_site_detectors(resource_group_name: str, site_name: str, diagnostic_category: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticDetectorCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DiagnosticDetectorCollection or the result of cls(response)
Return type
Exceptions
list_site_detectors_slot
Get Detectors.
Get Detectors.
list_site_detectors_slot(resource_group_name: str, site_name: str, diagnostic_category: str, slot: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticDetectorCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DiagnosticDetectorCollection or the result of cls(response)
Return type
Exceptions
list_site_diagnostic_categories
Get Diagnostics Categories.
Get Diagnostics Categories.
list_site_diagnostic_categories(resource_group_name: str, site_name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticCategoryCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DiagnosticCategoryCollection or the result of cls(response)
Return type
Exceptions
list_site_diagnostic_categories_slot
Get Diagnostics Categories.
Get Diagnostics Categories.
list_site_diagnostic_categories_slot(resource_group_name: str, site_name: str, slot: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.web.v2018_02_01.models._models_py3.DiagnosticCategoryCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either DiagnosticCategoryCollection or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.web.v2018_02_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\web\\v2018_02_01\\models\\__init__.py'>
Feedback
Submit and view feedback for