Partilhar via


TagOperationsExtensions.DeleteValueAsync Método

Definição

Exclui um valor da marca de recurso de assinatura.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteValueAsync (this Microsoft.Azure.Management.Resources.ITagOperations operations, string tagName, string tagValue);
static member DeleteValueAsync : Microsoft.Azure.Management.Resources.ITagOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteValueAsync (operations As ITagOperations, tagName As String, tagValue As String) As Task(Of AzureOperationResponse)

Parâmetros

operations
ITagOperations

Referência para o Microsoft.Azure.Management.Resources.ITagOperations.

tagName
String

Obrigatórios. O nome da marca.

tagValue
String

Obrigatórios. O valor da marca.

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