共用方式為


ManagedEnvironmentDiagnostics interface

表示 ManagedEnvironmentDiagnostics 的介面。

方法

getDetector(string, string, string, ManagedEnvironmentDiagnosticsGetDetectorOptionalParams)

取得用來裝載容器應用程式的受控環境的診斷資料。

listDetectors(string, string, ManagedEnvironmentDiagnosticsListDetectorsOptionalParams)

取得用來裝載容器應用程式的受控環境診斷清單。

方法詳細資料

getDetector(string, string, string, ManagedEnvironmentDiagnosticsGetDetectorOptionalParams)

取得用來裝載容器應用程式的受控環境的診斷資料。

function getDetector(resourceGroupName: string, environmentName: string, detectorName: string, options?: ManagedEnvironmentDiagnosticsGetDetectorOptionalParams): Promise<Diagnostics>

參數

resourceGroupName

string

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

environmentName

string

環境的名稱。

detectorName

string

受控環境偵測器的名稱。

傳回

Promise<Diagnostics>

listDetectors(string, string, ManagedEnvironmentDiagnosticsListDetectorsOptionalParams)

取得用來裝載容器應用程式的受控環境診斷清單。

function listDetectors(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentDiagnosticsListDetectorsOptionalParams): Promise<DiagnosticsCollection>

參數

resourceGroupName

string

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

environmentName

string

環境的名稱。

傳回