ConnectionTypeOperationsExtensions.Create 方法 (IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

 

创建 connectiontype。 (请参阅 https://aka.ms/azureautomationsdk/connectiontypeoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

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

参数

  • automationAccount
    Type: System.String

    必需。 自动管理帐户名称。

返回值

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

创建连接类型操作该响应模型。

请参阅

ConnectionTypeOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首