次の方法で共有


MonitorPrivateLinkScopeResource.Update メソッド

定義

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

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

パラメーター

patch
MonitorPrivateLinkScopePatch

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

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象