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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET