你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DiagnosticsOperations 类
- 继承
-
builtins.objectDiagnosticsOperations
构造函数
DiagnosticsOperations(*args, **kwargs)
方法
execute_site_analysis |
执行分析。 执行分析。 |
execute_site_analysis_slot |
执行分析。 执行分析。 |
execute_site_detector |
执行检测器。 执行检测器。 |
execute_site_detector_slot |
执行检测器。 执行检测器。 |
get_hosting_environment_detector_response |
获取宿主环境检测器响应。 获取宿主环境检测器响应。 |
get_site_analysis |
获取站点分析。 获取站点分析。 |
get_site_analysis_slot |
获取站点分析。 获取站点分析。 |
get_site_detector |
获取检测器。 获取检测器。 |
get_site_detector_response |
获取站点检测器响应。 获取站点检测器响应。 |
get_site_detector_response_slot |
获取站点检测器响应。 获取站点检测器响应。 |
get_site_detector_slot |
获取检测器。 获取检测器。 |
get_site_diagnostic_category |
获取诊断类别。 获取诊断类别。 |
get_site_diagnostic_category_slot |
获取诊断类别。 获取诊断类别。 |
list_hosting_environment_detector_responses |
列出宿主环境检测器响应。 列出宿主环境检测器响应。 |
list_site_analyses |
获取站点分析。 获取站点分析。 |
list_site_analyses_slot |
获取站点分析。 获取站点分析。 |
list_site_detector_responses |
列出站点检测器响应。 列出站点检测器响应。 |
list_site_detector_responses_slot |
列出站点检测器响应。 列出站点检测器响应。 |
list_site_detectors |
获取检测器。 获取检测器。 |
list_site_detectors_slot |
获取检测器。 获取检测器。 |
list_site_diagnostic_categories |
获取诊断类别。 获取诊断类别。 |
list_site_diagnostic_categories_slot |
获取诊断类别。 获取诊断类别。 |
execute_site_analysis
执行分析。
执行分析。
execute_site_analysis(resource_group_name: str, site_name: str, diagnostic_category: str, analysis_name: str, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, **kwargs: Any) -> DiagnosticAnalysis
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DiagnosticAnalysis 或 cls (响应的结果)
返回类型
例外
execute_site_analysis_slot
执行分析。
执行分析。
execute_site_analysis_slot(resource_group_name: str, site_name: str, diagnostic_category: str, analysis_name: str, slot: str, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, **kwargs: Any) -> DiagnosticAnalysis
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DiagnosticAnalysis 或 cls (响应的结果)
返回类型
例外
execute_site_detector
执行检测器。
执行检测器。
execute_site_detector(resource_group_name: str, site_name: str, detector_name: str, diagnostic_category: str, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, **kwargs: Any) -> DiagnosticDetectorResponse
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DiagnosticDetectorResponse 或 cls 的结果 (响应)
返回类型
例外
execute_site_detector_slot
执行检测器。
执行检测器。
execute_site_detector_slot(resource_group_name: str, site_name: str, detector_name: str, diagnostic_category: str, slot: str, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, **kwargs: Any) -> DiagnosticDetectorResponse
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DiagnosticDetectorResponse 或 cls 的结果 (响应)
返回类型
例外
get_hosting_environment_detector_response
获取宿主环境检测器响应。
获取宿主环境检测器响应。
get_hosting_environment_detector_response(resource_group_name: str, name: str, detector_name: str, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, **kwargs: Any) -> DetectorResponse
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DetectorResponse 或 cls 的结果 (响应)
返回类型
例外
get_site_analysis
获取站点分析。
获取站点分析。
get_site_analysis(resource_group_name: str, site_name: str, diagnostic_category: str, analysis_name: str, **kwargs: Any) -> AnalysisDefinition
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
AnalysisDefinition 或 cls 的结果 (响应)
返回类型
例外
get_site_analysis_slot
获取站点分析。
获取站点分析。
get_site_analysis_slot(resource_group_name: str, site_name: str, diagnostic_category: str, analysis_name: str, slot: str, **kwargs: Any) -> AnalysisDefinition
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
AnalysisDefinition 或 cls 的结果 (响应)
返回类型
例外
get_site_detector
获取检测器。
获取检测器。
get_site_detector(resource_group_name: str, site_name: str, diagnostic_category: str, detector_name: str, **kwargs: Any) -> DetectorDefinition
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DetectorDefinition 或 cls 的结果 (响应)
返回类型
例外
get_site_detector_response
获取站点检测器响应。
获取站点检测器响应。
get_site_detector_response(resource_group_name: str, site_name: str, detector_name: str, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, **kwargs: Any) -> DetectorResponse
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DetectorResponse 或 cls 的结果 (响应)
返回类型
例外
get_site_detector_response_slot
获取站点检测器响应。
获取站点检测器响应。
get_site_detector_response_slot(resource_group_name: str, site_name: str, detector_name: str, slot: str, start_time: datetime | None = None, end_time: datetime | None = None, time_grain: str | None = None, **kwargs: Any) -> DetectorResponse
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DetectorResponse 或 cls 的结果 (响应)
返回类型
例外
get_site_detector_slot
获取检测器。
获取检测器。
get_site_detector_slot(resource_group_name: str, site_name: str, diagnostic_category: str, detector_name: str, slot: str, **kwargs: Any) -> DetectorDefinition
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DetectorDefinition 或 cls 的结果 (响应)
返回类型
例外
get_site_diagnostic_category
获取诊断类别。
获取诊断类别。
get_site_diagnostic_category(resource_group_name: str, site_name: str, diagnostic_category: str, **kwargs: Any) -> DiagnosticCategory
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DiagnosticCategory 或 cls 的结果 (响应)
返回类型
例外
get_site_diagnostic_category_slot
获取诊断类别。
获取诊断类别。
get_site_diagnostic_category_slot(resource_group_name: str, site_name: str, diagnostic_category: str, slot: str, **kwargs: Any) -> DiagnosticCategory
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
DiagnosticCategory 或 cls 的结果 (响应)
返回类型
例外
list_hosting_environment_detector_responses
列出宿主环境检测器响应。
列出宿主环境检测器响应。
list_hosting_environment_detector_responses(resource_group_name: str, name: str, **kwargs: Any) -> Iterable[DetectorResponse]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
迭代器,如 DetectorResponse 的实例或 cls (响应的结果)
返回类型
例外
list_site_analyses
获取站点分析。
获取站点分析。
list_site_analyses(resource_group_name: str, site_name: str, diagnostic_category: str, **kwargs: Any) -> Iterable[AnalysisDefinition]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
迭代器,如 AnalysisDefinition 的实例或 cls 的结果 (响应)
返回类型
例外
list_site_analyses_slot
获取站点分析。
获取站点分析。
list_site_analyses_slot(resource_group_name: str, site_name: str, diagnostic_category: str, slot: str, **kwargs: Any) -> Iterable[AnalysisDefinition]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
迭代器,如 AnalysisDefinition 的实例或 cls 的结果 (响应)
返回类型
例外
list_site_detector_responses
列出站点检测器响应。
列出站点检测器响应。
list_site_detector_responses(resource_group_name: str, site_name: str, **kwargs: Any) -> Iterable[DetectorResponse]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
迭代器,如 DetectorResponse 的实例或 cls (响应的结果)
返回类型
例外
list_site_detector_responses_slot
列出站点检测器响应。
列出站点检测器响应。
list_site_detector_responses_slot(resource_group_name: str, site_name: str, slot: str, **kwargs: Any) -> Iterable[DetectorResponse]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
迭代器,如 DetectorResponse 的实例或 cls (响应的结果)
返回类型
例外
list_site_detectors
获取检测器。
获取检测器。
list_site_detectors(resource_group_name: str, site_name: str, diagnostic_category: str, **kwargs: Any) -> Iterable[DetectorDefinition]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
迭代器,例如 DetectorDefinition 的实例或 cls (响应的结果)
返回类型
例外
list_site_detectors_slot
获取检测器。
获取检测器。
list_site_detectors_slot(resource_group_name: str, site_name: str, diagnostic_category: str, slot: str, **kwargs: Any) -> Iterable[DetectorDefinition]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
迭代器,例如 DetectorDefinition 的实例或 cls (响应的结果)
返回类型
例外
list_site_diagnostic_categories
获取诊断类别。
获取诊断类别。
list_site_diagnostic_categories(resource_group_name: str, site_name: str, **kwargs: Any) -> Iterable[DiagnosticCategory]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
一个迭代器,例如 DiagnosticCategory 的实例或 cls (响应的结果)
返回类型
例外
list_site_diagnostic_categories_slot
获取诊断类别。
获取诊断类别。
list_site_diagnostic_categories_slot(resource_group_name: str, site_name: str, slot: str, **kwargs: Any) -> Iterable[DiagnosticCategory]
参数
- cls
- callable
将传递直接响应的自定义类型或函数
返回
一个迭代器,例如 DiagnosticCategory 的实例或 cls (响应的结果)
返回类型
例外
属性
models
models = <module 'azure.mgmt.web.v2020_09_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2020_09_01\\models\\__init__.py'>