VariableOperationsExtensions.CreateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez une variable. (voir http://aka.ms/azureautomationsdk/variableoperations pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Automation.IVariableOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.Automation.IVariableOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IVariableOperations, automationAccount As String, parameters As VariableCreateParameters) As Task(Of VariableCreateResponse)
Paramètres
- operations
- IVariableOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- parameters
- VariableCreateParameters
Obligatoire. Paramètres fournis à l’opération de création de variable.
Retours
Modèle de réponse pour l’opération de création de variable.
S’applique à
Azure SDK for .NET