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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET