RoleManagementExpandedProperties Class

Definition

The RoleManagementExpandedProperties.

public class RoleManagementExpandedProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.RoleManagementExpandedProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.RoleManagementExpandedProperties>
type RoleManagementExpandedProperties = class
    interface IJsonModel<RoleManagementExpandedProperties>
    interface IPersistableModel<RoleManagementExpandedProperties>
Public Class RoleManagementExpandedProperties
Implements IJsonModel(Of RoleManagementExpandedProperties), IPersistableModel(Of RoleManagementExpandedProperties)
Inheritance
RoleManagementExpandedProperties
Implements

Properties

Name Description
Email

Email id of the principal.

PrincipalDisplayName

Display name of the principal.

PrincipalId

Id of the principal.

PrincipalType

Type of the principal.

RoleDefinitionDisplayName

Display name of the role definition.

RoleDefinitionId

Id of the role definition.

RoleType

Type of the role definition.

ScopeDisplayName

Display name of the resource.

ScopeId

Scope id of the resource.

ScopeType

Type of the resource.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RoleManagementExpandedProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoleManagementExpandedProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleManagementExpandedProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleManagementExpandedProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoleManagementExpandedProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to