次の方法で共有


MonitorPrivateLinkScopeResource.UpdateAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_UpdateTags
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>> UpdateAsync (Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>>
override this.UpdateAsync : Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>>
Public Overridable Function UpdateAsync (patch As MonitorPrivateLinkScopePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MonitorPrivateLinkScopeResource))

パラメーター

patch
MonitorPrivateLinkScopePatch

PrivateLinkScope インスタンスに設定するようにタグ情報を更新しました。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象