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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET