ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments 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.
Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignmentsTypeConverter))]
public class ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IUserRoleAssignmentValue>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignmentsTypeConverter))>]
type ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments = class
interface IProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments
interface IJsonSerializable
interface IAssociativeArray<IUserRoleAssignmentValue>
Public Class ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments
Implements IAssociativeArray(Of IUserRoleAssignmentValue), IProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments
- Inheritance
-
ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments
- Attributes
- Implements
Constructors
ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments() |
Creates an new ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IUserRoleAssignmentValue) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments. |
FromJsonString(String) |
Creates a new instance of ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
TryGetValue(String, IUserRoleAssignmentValue) |
Operators
Implicit(ProjectEnvironmentTypeUpdatePropertiesUserRoleAssignments to Dictionary<String,IUserRoleAssignmentValue>) |