Aracılığıyla paylaş


AutomationAccountPython2PackageResource.RemoveTag Method

Definition

Removes a tag by key from the resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}
  • Operation Id: Python2Package_Get
public virtual Azure.Response<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource> RemoveTag (string key, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveTag : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>
override this.RemoveTag : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>
Public Overridable Function RemoveTag (key As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationAccountPython2PackageResource)

Parameters

key
String

The key for the tag.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

key is null.

Applies to