CollectionCreationDetails Class
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.
The parameter for collection creation request.
public class CollectionCreationDetails
type CollectionCreationDetails = class
Public Class CollectionCreationDetails
- Inheritance
-
CollectionCreationDetails
Constructors
CollectionCreationDetails() |
Initializes a new instance of the CollectionCreationDetails class. |
CollectionCreationDetails(String, String) |
Initializes a new instance of the CollectionCreationDetails class with required arguments. |
Properties
AdInfo |
Optional. Active Directory configuration details. |
AllowedPrincipals |
Optional. The initial list of users to give access to after creation of the collection. |
CustomRdpProperty |
Optional. Customer defined Remote Desktop Protocol (RDP) properties of the collection. |
Description |
Optional. The description of the collection. |
DnsServers |
Optional. List of the DNS Servers. |
Mode |
Optional. The collection mode. |
Name |
Required. The collection name. |
PlanName |
Required. The RemoteApp plan to use. |
PublishedApplications |
Optional. The list of applications to be initially published after creation of the collection. |
ReadyForPublishing |
Optional. A flag denoting if this collection is ready for publishing operations. |
Region |
Optional. The location of the collection (required for cloud-only collections, optional for hybrid collections) |
SubnetName |
Optional. The subnet name of the customer created Azure VNet. |
TemplateImageName |
Optional. The name of the template image to be used to create this collection. |
VNetName |
Optional. The VNet name associated with this collection. |
Applies to
Azure SDK for .NET