Freigeben über


UserRoleAssignmentRoles Class

Definition

A map of roles to assign to the parent user.

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

Constructors

Name Description
UserRoleAssignmentRoles()

Creates an new UserRoleAssignmentRoles instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
Item[String]

Methods

Name Description
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.Api20240501Preview.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

Name Description
Implicit(UserRoleAssignmentRoles to Dictionary<String,IEnvironmentRole>)

Explicit Interface Implementations

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

Applies to