Compartilhar via


Método ConnectionTypeOperationsExtensions.Get (IConnectionTypeOperations, String, String)

 

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

public static ConnectionTypeGetResponse Get(
    this IConnectionTypeOperations operations,
    string automationAccount,
    string connectionTypeName
)
public:
[ExtensionAttribute]
static ConnectionTypeGetResponse^ Get(
    IConnectionTypeOperations^ operations,
    String^ automationAccount,
    String^ connectionTypeName
)
static member Get : 
        operations:IConnectionTypeOperations *
        automationAccount:string *
        connectionTypeName:string -> ConnectionTypeGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IConnectionTypeOperations,
    automationAccount As String,
    connectionTypeName As String
) As ConnectionTypeGetResponse

Parâmetros

  • automationAccount
    Type: System.String

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

  • connectionTypeName
    Type: System.String

    Obrigatório. O nome do connectiontype.

Valor de retorno

Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse

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

Consulte também

Classe ConnectionTypeOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo