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