Sdílet prostřednictvím


ITagOperations.DeleteValueAsync(String, String, CancellationToken) Method

Definition

Delete a subscription resource tag value.

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteValueAsync (string tagName, string tagValue, System.Threading.CancellationToken cancellationToken);
abstract member DeleteValueAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function DeleteValueAsync (tagName As String, tagValue As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parameters

tagName
String

The name of the tag.

tagValue
String

The value of the tag.

cancellationToken
CancellationToken

Cancellation token.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to