Compartilhar via


Método IConnectionTypeOperations.GetAsync (String, String, CancellationToken)

 

Recupere o connectiontype identificado pelo nome connectiontype. (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

Task<ConnectionTypeGetResponse> GetAsync(
    string automationAccount,
    string connectionTypeName,
    CancellationToken cancellationToken
)
Task<ConnectionTypeGetResponse^>^ GetAsync(
    String^ automationAccount,
    String^ connectionTypeName,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        automationAccount:string *
        connectionTypeName:string *
        cancellationToken:CancellationToken -> Task<ConnectionTypeGetResponse>
Function GetAsync (
    automationAccount As String,
    connectionTypeName As String,
    cancellationToken As CancellationToken
) As Task(Of ConnectionTypeGetResponse)

Parâmetros

  • automationAccount
    Type: System.String

    O nome da conta de automação.

  • connectionTypeName
    Type: System.String

    O nome do connectiontype.

Valor de retorno

Type: System.Threading.Tasks.Task<ConnectionTypeGetResponse>

O modelo de resposta para a operação do tipo de conexão get.

Consulte também

Interface IConnectionTypeOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo