Collection 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 collection details.
public class Collection
type Collection = class
Public Class Collection
- Inheritance
-
Collection
Constructors
Collection() |
Initializes a new instance of the Collection class. |
Collection(String, String) |
Initializes a new instance of the Collection class with required arguments. |
Properties
AclLevel |
Optional. Application ACL level (Collection or Application) |
AdInfo |
Optional. The domain join details for this collection. |
CustomRdpProperty |
Optional. Optional customer-defined RDP properties of the collection. |
Description |
Optional. The description of the collection. |
DnsServers |
Optional. List of the DNS Servers. |
LastErrorCode |
Optional. The last operation error code on this collection. |
LastModifiedTimeUtc |
Optional. UTC Date time of the last modification of this collection. |
MaxSessions |
Optional. The maximum number of concurrent users allowed for this collection. |
Mode |
Optional. The collection mode. |
Name |
Required. The collection name. |
OfficeType |
Optional. If the template image for this collection includes Office this will specify the type. |
PlanName |
Required. The plan name associated with this collection. |
ReadyForPublishing |
Optional. A flag denoting if this collection is ready for publishing operations. |
Region |
Optional. The region where the collection is deployed. |
SessionWarningThreshold |
Optional. The end-user session limit warning threshold. Reaching or crossing this threshold will cause a capacity warning message to be shown in the management portal. |
Status |
Optional. The collection status. |
SubnetName |
Optional. The subnet name of the customer created Azure VNet. |
TemplateImageName |
Optional. The name of the template image associated with this collection. |
TrialOnly |
Optional. Trial-only collections can be used only during the trial period of your subscription. When the trial expires or you activate your subscription, these collections will be permanently disabled. |
Type |
Optional. The collection type. |
VNetName |
Optional. The VNet name associated with this collection. |
Applies to
Azure SDK for .NET