CollectionUpdateDetails 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 parameters for collection set request.
public class CollectionUpdateDetails
type CollectionUpdateDetails = class
Public Class CollectionUpdateDetails
- Inheritance
-
CollectionUpdateDetails
Constructors
CollectionUpdateDetails() |
Initializes a new instance of the CollectionUpdateDetails class. |
Properties
AclLevel |
Optional. Application ACL level (Collection or Application) |
AdInfo |
Optional. Active Directory configuration details to update. |
CustomRdpProperty |
Optional. Customer defined Remote Desktop Protocol (RDP) properties of the collection. |
Description |
Optional. The description of the collection. |
PlanName |
Optional. The new RemoteApp plan for the collection. |
SubnetName |
Optional. The name of the subnet to be used to patch the collection. |
TemplateImageName |
Optional. The name of the template image to be used to patch the collection. |
WaitBeforeShutdownInMinutes |
Optional. Number of minutes to wait before logging off the end users when updating this collection.The value of -1 denotes immediate force logoff after the patching is successfully completed.The value of 0 denotes logoff after 60 minutes after the patching is successfully completed.Any other value less than 300 minutes will be honored as is. |
Applies to
Azure SDK for .NET