次の方法で共有


HealthMonitorStateChangeCollection クラス

定義

のコレクション HealthMonitorStateChangeResource とその操作を表すクラス。 コレクション内の各 HealthMonitorStateChangeResource は、 の同じインスタンス HealthMonitorResourceに属します。 インスタンスを HealthMonitorStateChangeCollection 取得するには、 のインスタンス HealthMonitorResourceから GetHealthMonitorStateChanges メソッドを呼び出します。

public class HealthMonitorStateChangeCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.WorkloadMonitor.HealthMonitorStateChangeResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadMonitor.HealthMonitorStateChangeResource>
type HealthMonitorStateChangeCollection = class
    inherit ArmCollection
    interface seq<HealthMonitorStateChangeResource>
    interface IEnumerable
    interface IAsyncEnumerable<HealthMonitorStateChangeResource>
Public Class HealthMonitorStateChangeCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of HealthMonitorStateChangeResource), IEnumerable(Of HealthMonitorStateChangeResource)
継承
HealthMonitorStateChangeCollection
実装

コンストラクター

HealthMonitorStateChangeCollection()

モック作成のために クラスの HealthMonitorStateChangeCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

Exists(String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history/{timestampUnix}
  • 操作IdHealthMonitors_GetStateChange
ExistsAsync(String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history/{timestampUnix}
  • 操作IdHealthMonitors_GetStateChange
Get(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history/{timestampUnix}
  • 操作IdHealthMonitors_GetStateChange
GetAll(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history
  • 操作IdHealthMonitors_ListStateChanges
GetAllAsync(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history
  • 操作IdHealthMonitors_ListStateChanges
GetAsync(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history/{timestampUnix}
  • 操作IdHealthMonitors_GetStateChange
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<HealthMonitorStateChangeResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<HealthMonitorStateChangeResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象