Compartilhar via


ITagOperations.DeleteValueAsync(String, String, CancellationToken) Método

Definição

Exclui um valor da marca de recurso de assinatura.

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)

Parâmetros

tagName
String

O nome da marca.

tagValue
String

O valor da marca.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a