次の方法で共有


DataCollectionEndpointResource.UpdateAsync メソッド

定義

更新データ収集エンドポイントの一部です。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • 操作IdDataCollectionEndpoints_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>> UpdateAsync (Azure.ResourceManager.Monitor.Models.ResourceForUpdate body, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Monitor.Models.ResourceForUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>>
override this.UpdateAsync : Azure.ResourceManager.Monitor.Models.ResourceForUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>>
Public Overridable Function UpdateAsync (body As ResourceForUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataCollectionEndpointResource))

パラメーター

body
ResourceForUpdate

ペイロード。

cancellationToken
CancellationToken

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

戻り値

例外

body が null です。

適用対象