你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ListRoleAssignments Class

Definition

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

Applies to