次の方法で共有


LogProfileResource.UpdateAsync(LogProfilePatch, CancellationToken) メソッド

定義

既存の LogProfilesResource を更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

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

パラメーター

patch
LogProfilePatch

操作に指定されたパラメーター。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象