你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateOrdersDiagnosticsOperations 类

警告

请勿直接实例化此类。

相反,应通过以下方式访问以下操作:

WebSiteManagementClient's

<xref:certificate_orders_diagnostics> 属性。

继承
builtins.object
CertificateOrdersDiagnosticsOperations

构造函数

CertificateOrdersDiagnosticsOperations(*args, **kwargs)

方法

get_app_service_certificate_order_detector_response

从 App Lens 获取检测器响应的 Microsoft.CertificateRegistration 调用。

从 App Lens 获取检测器响应的 Microsoft.CertificateRegistration 调用。

list_app_service_certificate_order_detector_response

Microsoft.CertificateRegistration 获取此 RP 的检测器列表。

Microsoft.CertificateRegistration 获取此 RP 的检测器列表。

get_app_service_certificate_order_detector_response

从 App Lens 获取检测器响应的 Microsoft.CertificateRegistration 调用。

从 App Lens 获取检测器响应的 Microsoft.CertificateRegistration 调用。

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

参数

resource_group_name
str
必需

资源所属的资源组的名称。 必需。

certificate_order_name
str
必需

需要响应的证书订单名称。 必需。

detector_name
str
必需

需要运行的检测器名称。 必需。

start_time
datetime
必需

检测器响应的开始时间。 默认值为 None。

end_time
datetime
必需

检测器响应的结束时间。 默认值为 None。

time_grain
str
必需

检测器响应的时间粒度。 默认值为 None。

cls
callable

将传递直接响应的自定义类型或函数

返回

DetectorResponse 或 cls 的结果 (响应)

返回类型

例外

list_app_service_certificate_order_detector_response

Microsoft.CertificateRegistration 获取此 RP 的检测器列表。

Microsoft.CertificateRegistration 获取此 RP 的检测器列表。

list_app_service_certificate_order_detector_response(resource_group_name: str, certificate_order_name: str, **kwargs: Any) -> Iterable[DetectorResponse]

参数

resource_group_name
str
必需

资源所属的资源组的名称。 必需。

certificate_order_name
str
必需

需要响应的证书订单名称。 必需。

cls
callable

将传递直接响应的自定义类型或函数

返回

迭代器,如 DetectorResponse 的实例或 cls (响应的结果)

返回类型

例外

属性

models

models = <module 'azure.mgmt.web.v2021_01_15.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2021_01_15\\models\\__init__.py'>