Share via


ProjectResource.RemoveTagAsync(String, CancellationToken) Method

Definition

Removes a tag by key from the resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}
  • Operation Id: Projects_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.ProjectResource>> RemoveTagAsync (string key, System.Threading.CancellationToken cancellationToken = default);

Parameters

key
String

The key for the tag.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

key is null.

Applies to