HealthMonitorCollection.GetAllAsync(String, String, CancellationToken) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想マシンのすべてのモニターの現在の正常性状態を取得します。 省略可能なパラメーター: $expand (モニターの証拠と構成を取得する) と$filter (モニター名でフィルター処理)。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors
- 操作IdHealthMonitors_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.WorkloadMonitor.HealthMonitorResource> GetAllAsync (string filter = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadMonitor.HealthMonitorResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadMonitor.HealthMonitorResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HealthMonitorResource)
パラメーター
- filter
- String
必要に応じて、モニター名でフィルター処理します。 例: $filter=monitorName eq 'logical-disks|C:|disk-free-space-mb.'.
- expand
- String
必要に応じて、モニターの証拠や構成を展開します。 例: $expand=evidence,configuration。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の HealthMonitorResource サービス要求を受け取る可能性がある の非同期コレクション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET