GatewayListSupportedDevicesResponse.Platform.OSFamilies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The supported OS families for this platform.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.OSFamily> OSFamilies { get; set; }
member this.OSFamilies : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse.OSFamily> with get, set
Public Property OSFamilies As IList(Of GatewayListSupportedDevicesResponse.OSFamily)