次の方法で共有


HealthMonitorsOperationsExtensions クラス

定義

HealthMonitorsOperations の拡張メソッド。

public static class HealthMonitorsOperationsExtensions
type HealthMonitorsOperationsExtensions = class
Public Module HealthMonitorsOperationsExtensions
継承
HealthMonitorsOperationsExtensions

メソッド

Get(IHealthMonitorsOperations, String, String, String, String, String, String, String)

仮想マシンのモニターの現在の正常性状態を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得します)。

GetAsync(IHealthMonitorsOperations, String, String, String, String, String, String, String, CancellationToken)

仮想マシンのモニターの現在の正常性状態を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得します)。

GetStateChange(IHealthMonitorsOperations, String, String, String, String, String, String, String, String)

指定されたタイムスタンプで、仮想マシンのモニターの正常性状態の変化を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得します)。

GetStateChangeAsync(IHealthMonitorsOperations, String, String, String, String, String, String, String, String, CancellationToken)

指定されたタイムスタンプで、仮想マシンのモニターの正常性状態の変化を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得します)。

List(IHealthMonitorsOperations, String, String, String, String, String, String, String)

仮想マシンのすべてのモニターの現在の正常性状態を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (モニター名でフィルター処理)。

ListAsync(IHealthMonitorsOperations, String, String, String, String, String, String, String, CancellationToken)

仮想マシンのすべてのモニターの現在の正常性状態を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (モニター名でフィルター処理)。

ListNext(IHealthMonitorsOperations, String)

仮想マシンのすべてのモニターの現在の正常性状態を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (モニター名でフィルター処理)。

ListNextAsync(IHealthMonitorsOperations, String, CancellationToken)

仮想マシンのすべてのモニターの現在の正常性状態を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (モニター名でフィルター処理)。

ListStateChanges(IHealthMonitorsOperations, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)

指定された時間枠内の仮想マシンのモニターの正常性状態の変更を取得します (既定値は過去 24 時間です)。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (ハートビート条件でフィルター処理)。

ListStateChangesAsync(IHealthMonitorsOperations, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, CancellationToken)

指定された時間枠内の仮想マシンのモニターの正常性状態の変更を取得します (既定値は過去 24 時間です)。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (ハートビート条件でフィルター処理)。

ListStateChangesNext(IHealthMonitorsOperations, String)

指定された時間枠内の仮想マシンのモニターの正常性状態の変更を取得します (既定値は過去 24 時間です)。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (ハートビート条件でフィルター処理)。

ListStateChangesNextAsync(IHealthMonitorsOperations, String, CancellationToken)

指定された時間枠内の仮想マシンのモニターの正常性状態の変更を取得します (既定値は過去 24 時間です)。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (ハートビート条件でフィルター処理)。

適用対象