Método IVariableOperations.ListAsync (String, CancellationToken)
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
Task<VariableListResponse> ListAsync(
string automationAccount,
CancellationToken cancellationToken
)
Task<VariableListResponse^>^ ListAsync(
String^ automationAccount,
CancellationToken cancellationToken
)
abstract ListAsync :
automationAccount:string *
cancellationToken:CancellationToken -> Task<VariableListResponse>
Function ListAsync (
automationAccount As String,
cancellationToken As CancellationToken
) As Task(Of VariableListResponse)
Parâmetros
automationAccount
Type: System.StringO nome da conta de automação.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<VariableListResponse>
O modelo de resposta para a operação na lista variáveis.
Consulte também
Interface IVariableOperations
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo