Partager via


TagOperationsExtensions.DeleteValueAsync Méthode

Définition

Supprimer une valeur de balise de ressource d'abonnement.

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)

Paramètres

operations
ITagOperations

Référence à Microsoft.Azure.Management.Resources.ITagOperations.

tagName
String

Obligatoire. Nom de la balise.

tagValue
String

Obligatoire. Valeur de la balise.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à