RoleAssignmentCommonProperties 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 details for role assignment common properties.
public class RoleAssignmentCommonProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.Models.RoleAssignmentCommonProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.Models.RoleAssignmentCommonProperties>
type RoleAssignmentCommonProperties = class
interface IJsonModel<RoleAssignmentCommonProperties>
interface IPersistableModel<RoleAssignmentCommonProperties>
Public Class RoleAssignmentCommonProperties
Implements IJsonModel(Of RoleAssignmentCommonProperties), IPersistableModel(Of RoleAssignmentCommonProperties)
- Inheritance
-
System.ObjectRoleAssignmentCommonProperties
- Implements
-
System.ClientModel.Primitives.IJsonModel<RoleAssignmentCommonProperties> System.ClientModel.Primitives.IPersistableModel<RoleAssignmentCommonProperties> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| RoleAssignmentCommonProperties(String, String, String, IEnumerable<String>, String, DataProductUserRole) |
Initializes a new instance of RoleAssignmentCommonProperties. |
Properties
| DataTypeScope |
Data Type Scope at which the role assignment is created. |
| PrincipalId |
Object ID of the AAD principal or security-group. |
| PrincipalType |
Type of the principal Id: User, Group or ServicePrincipal. |
| Role |
Data Product role to be assigned to a user. |
| RoleId |
Role Id of the Built-In Role. |
| UserName |
User name. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<RoleAssignmentCommonProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<RoleAssignmentCommonProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<RoleAssignmentCommonProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<RoleAssignmentCommonProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<RoleAssignmentCommonProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |