次の方法で共有


ElasticMonitorResource.UpdateVMCollectionAsync メソッド

定義

エラスティック モニター リソースによって監視される VM の詳細を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/vmCollectionUpdate
  • 操作IdVMCollection_Update
public virtual System.Threading.Tasks.Task<Azure.Response> UpdateVMCollectionAsync (Azure.ResourceManager.Elastic.Models.VmCollectionUpdate body = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateVMCollectionAsync : Azure.ResourceManager.Elastic.Models.VmCollectionUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.UpdateVMCollectionAsync : Azure.ResourceManager.Elastic.Models.VmCollectionUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function UpdateVMCollectionAsync (Optional body As VmCollectionUpdate = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

body
VmCollectionUpdate

VM リソース ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象