次の方法で共有


BillingAssociatedTenantResource.RemoveTag(String, CancellationToken) Method

Definition

Removes a tag by key from the resource.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/associatedTenants/{associatedTenantName}
  • Operation Id: AssociatedTenants_Get
  • Default Api Version: 2024-04-01
  • Resource: BillingAssociatedTenantResource
public virtual Azure.Response<Azure.ResourceManager.Billing.BillingAssociatedTenantResource> RemoveTag (string key, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveTag : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingAssociatedTenantResource>
override this.RemoveTag : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingAssociatedTenantResource>
Public Overridable Function RemoveTag (key As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingAssociatedTenantResource)

Parameters

key
String

The key for the tag.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

key is null.

Applies to