RoleManagementUserInfo 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 detail of a user.
public class RoleManagementUserInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.RoleManagementUserInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.RoleManagementUserInfo>
public class RoleManagementUserInfo
type RoleManagementUserInfo = class
interface IJsonModel<RoleManagementUserInfo>
interface IPersistableModel<RoleManagementUserInfo>
type RoleManagementUserInfo = class
Public Class RoleManagementUserInfo
Implements IJsonModel(Of RoleManagementUserInfo), IPersistableModel(Of RoleManagementUserInfo)
Public Class RoleManagementUserInfo
- Inheritance
-
RoleManagementUserInfo
- Implements
Constructors
RoleManagementUserInfo() |
Initializes a new instance of RoleManagementUserInfo. |
Properties
Description |
The description of the user. |
Id |
The object id of the user. |
IsBackup |
The value indicating whether the user is a backup fallback approver. |
UserType |
The type of user. |
Explicit Interface Implementations
IJsonModel<RoleManagementUserInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RoleManagementUserInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RoleManagementUserInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RoleManagementUserInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RoleManagementUserInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET