Compartilhar via


ConnectionTypeOperationsExtensions.GetAsync Método

Definição

Recupere o tipo de conexão identificado pelo nome do tipo de conexão. (consulte http://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, string connectionTypeName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse>
<Extension()>
Public Function GetAsync (operations As IConnectionTypeOperations, automationAccount As String, connectionTypeName As String) As Task(Of ConnectionTypeGetResponse)

Parâmetros

operations
IConnectionTypeOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.

automationAccount
String

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

connectionTypeName
String

Obrigatórios. O nome do tipo de conexão.

Retornos

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

Aplica-se a