次の方法で共有


LogProfileResource.RemoveTag(String, CancellationToken) メソッド

定義

リソースからキーによるタグを削除します。

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

パラメーター

key
String

タグのキー。

cancellationToken
CancellationToken

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

戻り値

例外

key が null です。

適用対象