Compartilhar via


Método ConnectionTypeOperationsExtensions.List (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 ConnectionTypeListResponse List(
    this IConnectionTypeOperations operations,
    string automationAccount
)
public:
[ExtensionAttribute]
static ConnectionTypeListResponse^ List(
    IConnectionTypeOperations^ operations,
    String^ automationAccount
)
static member List : 
        operations:IConnectionTypeOperations *
        automationAccount:string -> ConnectionTypeListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IConnectionTypeOperations,
    automationAccount As String
) As ConnectionTypeListResponse

Parâmetros

  • automationAccount
    Type: System.String

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

Valor de retorno

Type: Microsoft.WindowsAzure.Management.Automation.Models.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