共用方式為


ContainerAppsDiagnosticsOperations 類別

警告

請勿直接具現化此類別。

相反地,您應該透過 存取下列作業

ContainerAppsAPIClient's

<xref:container_apps_diagnostics> 屬性。

繼承
builtins.object
ContainerAppsDiagnosticsOperations

建構函式

ContainerAppsDiagnosticsOperations(*args, **kwargs)

方法

get_detector

取得容器應用程式的診斷結果。

取得容器應用程式的診斷結果。

get_revision

取得容器應用程式的修訂。

取得容器應用程式的修訂。

get_root

取得容器應用程式的屬性。

取得容器應用程式的屬性。

list_detectors

取得指定容器應用程式的診斷清單。

取得指定容器應用程式的診斷清單。

list_revisions

取得指定容器應用程式的修訂。

取得指定容器應用程式的修訂。

get_detector

取得容器應用程式的診斷結果。

取得容器應用程式的診斷結果。

get_detector(resource_group_name: str, container_app_name: str, detector_name: str, **kwargs: Any) -> Diagnostics

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

容器應用程式的名稱。 必要。

detector_name
str
必要

容器應用程式偵測器的名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

診斷或 cls 的結果 (回應)

傳回類型

例外狀況

get_revision

取得容器應用程式的修訂。

取得容器應用程式的修訂。

get_revision(resource_group_name: str, container_app_name: str, revision_name: str, **kwargs: Any) -> Revision

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

容器應用程式的名稱。 必要。

revision_name
str
必要

容器應用程式修訂的名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

修訂或 cls (回應的結果)

傳回類型

例外狀況

get_root

取得容器應用程式的屬性。

取得容器應用程式的屬性。

get_root(resource_group_name: str, container_app_name: str, **kwargs: Any) -> ContainerApp

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

容器應用程式的名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

ContainerApp 或 cls (回應的結果)

傳回類型

例外狀況

list_detectors

取得指定容器應用程式的診斷清單。

取得指定容器應用程式的診斷清單。

list_detectors(resource_group_name: str, container_app_name: str, **kwargs: Any) -> Iterable[Diagnostics]

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

需要偵測器資訊的容器應用程式名稱。 必要。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

反覆運算器,例如診斷實例或 cls 的結果 (回應)

傳回類型

例外狀況

list_revisions

取得指定容器應用程式的修訂。

取得指定容器應用程式的修訂。

list_revisions(resource_group_name: str, container_app_name: str, filter: str | None = None, **kwargs: Any) -> Iterable[Revision]

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

container_app_name
str
必要

需要修訂的容器應用程式名稱。 必要。

filter
str
必要

要套用至作業的篩選。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

反覆運算器,例如 Revision 的實例或 cls 的結果 (回應)

傳回類型

例外狀況

屬性

models

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