ITagOperations.DeleteValueAsync(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.