Compartilhar via


Método ConnectionTypeOperationsExtensions.Create (IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

 

Crie um 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 ConnectionTypeCreateResponse Create(
    this IConnectionTypeOperations operations,
    string automationAccount,
    ConnectionTypeCreateParameters parameters
)
public:
[ExtensionAttribute]
static ConnectionTypeCreateResponse^ Create(
    IConnectionTypeOperations^ operations,
    String^ automationAccount,
    ConnectionTypeCreateParameters^ parameters
)
static member Create : 
        operations:IConnectionTypeOperations *
        automationAccount:string *
        parameters:ConnectionTypeCreateParameters -> ConnectionTypeCreateResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As IConnectionTypeOperations,
    automationAccount As String,
    parameters As ConnectionTypeCreateParameters
) As ConnectionTypeCreateResponse

Parâmetros

  • automationAccount
    Type: System.String

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

Valor de retorno

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

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

Consulte também

Classe ConnectionTypeOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo