UserRoleAssignmentRoles Class

Definition

A map of roles to assign to the parent user.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.UserRoleAssignmentRolesTypeConverter))]
public class UserRoleAssignmentRoles : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IUserRoleAssignmentRoles, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IEnvironmentRole>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.UserRoleAssignmentRolesTypeConverter))>]
type UserRoleAssignmentRoles = class
    interface IUserRoleAssignmentRoles
    interface IJsonSerializable
    interface IAssociativeArray<IEnvironmentRole>
Public Class UserRoleAssignmentRoles
Implements IAssociativeArray(Of IEnvironmentRole), IUserRoleAssignmentRoles
Inheritance
UserRoleAssignmentRoles
Attributes
Implements

Constructors

UserRoleAssignmentRoles()

Creates an new UserRoleAssignmentRoles instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IEnvironmentRole)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserRoleAssignmentRoles.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserRoleAssignmentRoles.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IUserRoleAssignmentRoles.

FromJsonString(String)

Creates a new instance of UserRoleAssignmentRoles, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of UserRoleAssignmentRoles into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, IEnvironmentRole)

Operators

Implicit(UserRoleAssignmentRoles to Dictionary<String,IEnvironmentRole>)

Explicit Interface Implementations

IAssociativeArray<IEnvironmentRole>.AdditionalProperties
IAssociativeArray<IEnvironmentRole>.Count
IAssociativeArray<IEnvironmentRole>.Keys
IAssociativeArray<IEnvironmentRole>.Values

Applies to