HealthMonitorStateChangeCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のコレクション 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 新しいインスタンスを初期化します。 |
プロパティ
Client |
このリソース クライアントの ArmClient 作成元を取得します。 (継承元 ArmCollection) |
Diagnostics |
このリソース クライアントの診断オプションを取得します。 (継承元 ArmCollection) |
Endpoint |
このリソース クライアントのベース URI を取得します。 (継承元 ArmCollection) |
Id |
リソース識別子を取得します。 (継承元 ArmCollection) |
Pipeline |
このリソース クライアントのパイプラインを取得します。 (継承元 ArmCollection) |
メソッド
Exists(String, String, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
ExistsAsync(String, String, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
Get(String, String, CancellationToken) |
指定されたタイムスタンプで、仮想マシンのモニターの正常性状態の変化を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得します)。
|
GetAll(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
指定された時間枠内の仮想マシンのモニターの正常性状態の変更を取得します (既定値は過去 24 時間です)。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (ハートビート条件でフィルター処理)。
|
GetAllAsync(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
指定された時間枠内の仮想マシンのモニターの正常性状態の変更を取得します (既定値は過去 24 時間です)。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (ハートビート条件でフィルター処理)。
|
GetAsync(String, String, CancellationToken) |
指定されたタイムスタンプで、仮想マシンのモニターの正常性状態の変化を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得します)。
|
TryGetApiVersion(ResourceType, String) |
現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。 (継承元 ArmCollection) |
明示的なインターフェイスの実装
IAsyncEnumerable<HealthMonitorStateChangeResource>.GetAsyncEnumerator(CancellationToken) |
コレクションを非同期に反復処理する列挙子を返します。 |
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
IEnumerable<HealthMonitorStateChangeResource>.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |