Поделиться через


ConnectionCreateOrUpdateParameters Конструкторы

Определение

Перегрузки

ConnectionCreateOrUpdateParameters()

Инициализирует новый экземпляр класса ConnectionCreateOrUpdateParameters.

ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)

Инициализирует новый экземпляр класса ConnectionCreateOrUpdateParameters.

ConnectionCreateOrUpdateParameters()

Инициализирует новый экземпляр класса ConnectionCreateOrUpdateParameters.

public ConnectionCreateOrUpdateParameters ();
Public Sub New ()

Применяется к

ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)

public ConnectionCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, properties As ConnectionCreateOrUpdateProperties)

Параметры

name
String

Применяется к

ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)

Инициализирует новый экземпляр класса ConnectionCreateOrUpdateParameters.

public ConnectionCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.ConnectionTypeAssociationProperty connectionType, string description = default, System.Collections.Generic.IDictionary<string,string> fieldDefinitionValues = default);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionTypeAssociationProperty * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, connectionType As ConnectionTypeAssociationProperty, Optional description As String = Nothing, Optional fieldDefinitionValues As IDictionary(Of String, String) = Nothing)

Параметры

name
String

Возвращает или задает имя соединения.

connectionType
ConnectionTypeAssociationProperty

Возвращает или задает тип соединения.

description
String

Возвращает или задает описание подключения.

fieldDefinitionValues
IDictionary<String,String>

Возвращает или задает свойства определения поля соединения.

Применяется к