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
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
connectionName
Type: System.StringObrigató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