Compartilhar via


TagOperationsExtensions.DeleteValue(ITagOperations, String, String) Método

Definição

Exclui um valor da marca de recurso de assinatura.

public static Microsoft.Azure.AzureOperationResponse DeleteValue (this Microsoft.Azure.Management.Resources.ITagOperations operations, string tagName, string tagValue);
static member DeleteValue : Microsoft.Azure.Management.Resources.ITagOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function DeleteValue (operations As ITagOperations, tagName As String, tagValue As String) As 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

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