次の方法で共有


ElasticMonitorResource.UpdateVMCollection メソッド

定義

Elastic monitor リソースによって監視される VM の詳細を更新します。

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

パラメーター

body
VmCollectionUpdate

VM リソース ID。

cancellationToken
CancellationToken

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

戻り値

適用対象