HostPoolData Constructor
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.
Initializes a new instance of HostPoolData.
public HostPoolData (Azure.Core.AzureLocation location, Azure.ResourceManager.DesktopVirtualization.Models.HostPoolType hostPoolType, Azure.ResourceManager.DesktopVirtualization.Models.HostPoolLoadBalancerType loadBalancerType, Azure.ResourceManager.DesktopVirtualization.Models.PreferredAppGroupType preferredAppGroupType);
new Azure.ResourceManager.DesktopVirtualization.HostPoolData : Azure.Core.AzureLocation * Azure.ResourceManager.DesktopVirtualization.Models.HostPoolType * Azure.ResourceManager.DesktopVirtualization.Models.HostPoolLoadBalancerType * Azure.ResourceManager.DesktopVirtualization.Models.PreferredAppGroupType -> Azure.ResourceManager.DesktopVirtualization.HostPoolData
Public Sub New (location As AzureLocation, hostPoolType As HostPoolType, loadBalancerType As HostPoolLoadBalancerType, preferredAppGroupType As PreferredAppGroupType)
Parameters
- location
- AzureLocation
The location.
- hostPoolType
- HostPoolType
HostPool type for desktop.
- loadBalancerType
- HostPoolLoadBalancerType
The type of the load balancer.
- preferredAppGroupType
- PreferredAppGroupType
The type of preferred application group type, default to Desktop Application Group.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET