次の方法で共有


HealthMonitorCollection.GetAllAsync(String, String, CancellationToken) メソッド

定義

仮想マシンのすべてのモニターの現在の正常性状態を取得します。 省略可能なパラメーター: $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 サービス要求を受け取る可能性がある の非同期コレクション。

適用対象