ContainerSettings Class
NAMESPACE
RASAdminEngine.Core.OutputModels.UserProfile.FSLogix
DESCRIPTION
FSLogix Container Settings
INHERITED FROM
RASSerilazableObj⇒ContainerSettings
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
AllocationType | Specifies the 'Allocation type'. | ||
List<String> | CCDLocations | Specifies the 'CCDLocations'. | |
CloudCache | Specifies the 'Cloud Cache'. | ||
UInt32 | DefaultSize | Specifies the 'Default size'. | |
Boolean | Enabled | Specifies if the Container is enabled or disabled. | |
LocationType | Specifies the 'Location type'. | ||
ProfileDiskFormat | Specifies the 'Profile disk format'. | ||
List<UserFilter> | UserExclusionList | Specifies the 'User Exclusion List'. | |
List<UserFilter> | UserInclusionList | Specifies the 'User Inclusion List'. | |
List<String> | VHDLocations | Specifies the 'VHD Locations'. |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Void | CopyFrom (ContainerSettings other) | ||
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated