Compartilhar via


Método ConnectionOperationsExtensions.GetAsync (IConnectionOperations, String, String)

 

Restabelecer a conexão identificada pelo nome da conexão. (consulte https://aka.ms/azureautomationsdk/connectionoperations 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<ConnectionGetResponse> GetAsync(
    this IConnectionOperations operations,
    string automationAccount,
    string connectionName
)
public:
[ExtensionAttribute]
static Task<ConnectionGetResponse^>^ GetAsync(
    IConnectionOperations^ operations,
    String^ automationAccount,
    String^ connectionName
)
static member GetAsync : 
        operations:IConnectionOperations *
        automationAccount:string *
        connectionName:string -> Task<ConnectionGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IConnectionOperations,
    automationAccount As String,
    connectionName As String
) As Task(Of ConnectionGetResponse)

Parâmetros

  • automationAccount
    Type: System.String

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

  • connectionName
    Type: System.String

    Obrigatório. O nome da conexão.

Valor de retorno

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

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

Consulte também

Classe ConnectionOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo