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