GatewayListSupportedDevicesResponse.Platform.OSFamilies 属性
可选。 此平台的支持的操作系统系列。
命名空间: Microsoft.WindowsAzure.Management.Network.Models
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
public IList<GatewayListSupportedDevicesResponse.OSFamily> OSFamilies { get; set; }
public:
property IList<GatewayListSupportedDevicesResponse::OSFamily^>^ OSFamilies {
IList<GatewayListSupportedDevicesResponse::OSFamily^>^ get();
void set(IList<GatewayListSupportedDevicesResponse::OSFamily^>^ value);
}
member OSFamilies : IList<GatewayListSupportedDevicesResponse.OSFamily> with get, set
Public Property OSFamilies As IList(Of GatewayListSupportedDevicesResponse.OSFamily)
属性值
Type: System.Collections.Generic.IList<GatewayListSupportedDevicesResponse.OSFamily>
请参阅
GatewayListSupportedDevicesResponse.Platform 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间
返回页首