Compartilhar via


VariableOperationsExtensions.GetAsync Método

Definição

Recupere a variável identificada pelo nome da variável. (consulte http://aka.ms/azureautomationsdk/variableoperations para obter mais informações)

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

Parâmetros

operations
IVariableOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IVariableOperations.

automationAccount
String

Obrigatórios. O nome da conta de automação.

variableName
String

Obrigatórios. O nome da variável.

Retornos

O modelo de resposta para a operação obter variável.

Aplica-se a