HostPoolPatch.DirectUdp 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.
Default: AVD-wide settings are used to determine connection availability, Enabled: UDP will attempt this connection type when making connections. This means that this connection is possible, but is not guaranteed, as there are other factors that may prevent this connection type, Disabled: UDP will not attempt this connection type when making connections.
public Azure.ResourceManager.DesktopVirtualization.Models.DesktopVirtualizationDirectUdp? DirectUdp { get; set; }
member this.DirectUdp : Nullable<Azure.ResourceManager.DesktopVirtualization.Models.DesktopVirtualizationDirectUdp> with get, set
Public Property DirectUdp As Nullable(Of DesktopVirtualizationDirectUdp)