AccountDetails 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.
Details of an account for a RemoteApp service.
public class AccountDetails : Microsoft.WindowsAzure.Management.RemoteApp.Models.AccountUpdateDetails
type AccountDetails = class
inherit AccountUpdateDetails
Public Class AccountDetails
Inherits AccountUpdateDetails
- Inheritance
Constructors
AccountDetails() |
Initializes a new instance of the AccountDetails class. |
Properties
ClientUrl |
Optional. End-user client URL. |
ContactEmail |
Optional. Contact email of account holder. |
DesktopEnabled |
Optional. Desktop publishing enabled flag. |
EndUserFeedName |
Optional. Short friendly name of workspace. (Inherited from AccountUpdateDetails) |
Id |
Optional. Unique identifier of account. |
MaxCollections |
Optional. Maximum number of allowed collections. |
MaxPublishedAppsPerCollection |
Optional. Maximum number of published applications allowed per collection. |
MaxUsersPerCollection |
Optional. Maximum number of users allowed per collection. |
OptIntoMarketingEmail |
Optional. Whether account holder opted for marketing emails. |
Applies to
Azure SDK for .NET