你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionTypeCreateOrUpdateProperties 构造函数

定义

重载

ConnectionTypeCreateOrUpdateProperties()
ConnectionTypeCreateOrUpdateProperties(IDictionary<String,FieldDefinition>)

ConnectionTypeCreateOrUpdateProperties()

public ConnectionTypeCreateOrUpdateProperties ();
Public Sub New ()

适用于

ConnectionTypeCreateOrUpdateProperties(IDictionary<String,FieldDefinition>)

public ConnectionTypeCreateOrUpdateProperties (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Automation.Models.FieldDefinition> fieldDefinitions);
new Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateProperties : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Automation.Models.FieldDefinition> -> Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateProperties
Public Sub New (fieldDefinitions As IDictionary(Of String, FieldDefinition))

参数

fieldDefinitions
IDictionary<String,FieldDefinition>

适用于