ConnectionTypeListResponse.ConnectionTypes 属性
可选。 获取或设置的连接类型列表。
命名空间: Microsoft.WindowsAzure.Management.Automation.Models
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public IList<ConnectionType> ConnectionTypes { get; set; }
public:
property IList<ConnectionType^>^ ConnectionTypes {
IList<ConnectionType^>^ get();
void set(IList<ConnectionType^>^ value);
}
member ConnectionTypes : IList<ConnectionType> with get, set
Public Property ConnectionTypes As IList(Of ConnectionType)
属性值
Type: System.Collections.Generic.IList<ConnectionType>
请参阅
ConnectionTypeListResponse 类
Microsoft.WindowsAzure.Management.Automation.Models 命名空间
返回页首