Método ConnectionTypeOperationsExtensions.ListAsync (IConnectionTypeOperations, String)
Recupere uma lista de connectiontypes. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations 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<ConnectionTypeListResponse> ListAsync(
this IConnectionTypeOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static Task<ConnectionTypeListResponse^>^ ListAsync(
IConnectionTypeOperations^ operations,
String^ automationAccount
)
static member ListAsync :
operations:IConnectionTypeOperations *
automationAccount:string -> Task<ConnectionTypeListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IConnectionTypeOperations,
automationAccount As String
) As Task(Of ConnectionTypeListResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
Valor de retorno
Type: System.Threading.Tasks.Task<ConnectionTypeListResponse>
O modelo de resposta para a operação de tipo de conexão da lista.
Consulte também
Classe ConnectionTypeOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo