ListRoleAssignments 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.
list role assignments.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ListRoleAssignmentsTypeConverter))]
public class ListRoleAssignments : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IListRoleAssignments
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ListRoleAssignmentsTypeConverter))>]
type ListRoleAssignments = class
interface IListRoleAssignments
interface IJsonSerializable
Public Class ListRoleAssignments
Implements IListRoleAssignments
- Inheritance
-
ListRoleAssignments
- Attributes
- Implements
Constructors
ListRoleAssignments() |
Creates an new ListRoleAssignments instance. |
Properties
Count |
Count of role assignments. |
RoleAssignmentResponse |
list of role assignments |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListRoleAssignments. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListRoleAssignments. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IListRoleAssignments. |
FromJsonString(String) |
Creates a new instance of ListRoleAssignments, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListRoleAssignments into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |