Método VariableOperationsExtensions.ListAsync (IVariableOperations, String)
Recupere uma lista de variáveis. (consulte https://aka.ms/azureautomationsdk/variableoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static Task<VariableListResponse> ListAsync(
this IVariableOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static Task<VariableListResponse^>^ ListAsync(
IVariableOperations^ operations,
String^ automationAccount
)
static member ListAsync :
operations:IVariableOperations *
automationAccount:string -> Task<VariableListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IVariableOperations,
automationAccount As String
) As Task(Of VariableListResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IVariableOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
Valor de retorno
Type: System.Threading.Tasks.Task<VariableListResponse>
O modelo de resposta para a operação na lista variáveis.
Consulte também
Classe VariableOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo