Compartir a través de


UserRoleAssignmentRoles Class

Definition

[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()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IEnvironmentRole)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
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