Partager via


IVariableOperations.CreateAsync Méthode

Définition

Créez une variable. (voir http://aka.ms/azureautomationsdk/variableoperations pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateResponse> CreateAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateResponse>
Public Function CreateAsync (automationAccount As String, parameters As VariableCreateParameters, cancellationToken As CancellationToken) As Task(Of VariableCreateResponse)

Paramètres

automationAccount
String

Nom du compte Automation.

parameters
VariableCreateParameters

Paramètres fournis à l’opération de création de variable.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération de création de variable.

S’applique à