UserEntityBaseParameters 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.
User Entity Base Parameters set.
public class UserEntityBaseParameters
type UserEntityBaseParameters = class
Public Class UserEntityBaseParameters
- Inheritance
-
UserEntityBaseParameters
Constructors
UserEntityBaseParameters() |
Initializes a new instance of the UserEntityBaseParameters class. |
UserEntityBaseParameters(String, String, IList<UserIdentityContract>) |
Initializes a new instance of the UserEntityBaseParameters class. |
Properties
Identities |
Gets or sets collection of user identities. |
Note |
Gets or sets optional note about a user set by the administrator. |
State |
Gets or sets account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. Possible values include: 'active', 'blocked', 'pending', 'deleted' |
Applies to
Azure SDK for .NET