Partager via


VariableOperationsExtensions.DeleteAsync Méthode

Définition

Supprimez la variable. (voir http://aka.ms/azureautomationsdk/variableoperations pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync(this Microsoft.WindowsAzure.Management.Automation.IVariableOperations operations, string automationAccount, string variableName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.Automation.IVariableOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IVariableOperations, automationAccount As String, variableName As String) As Task(Of AzureOperationResponse)

Paramètres

operations
IVariableOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IVariableOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

variableName
String

Obligatoire. Nom de la variable.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à