Condividi tramite


RoleAssignmentListResult Class

Definition

list role assignments.

public class RoleAssignmentListResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.Models.RoleAssignmentListResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.Models.RoleAssignmentListResult>
public class RoleAssignmentListResult
type RoleAssignmentListResult = class
    interface IJsonModel<RoleAssignmentListResult>
    interface IPersistableModel<RoleAssignmentListResult>
type RoleAssignmentListResult = class
Public Class RoleAssignmentListResult
Implements IJsonModel(Of RoleAssignmentListResult), IPersistableModel(Of RoleAssignmentListResult)
Public Class RoleAssignmentListResult
Inheritance
RoleAssignmentListResult
Implements

Properties

Count

Count of role assignments.

RoleAssignmentResponse

list of role assignments.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RoleAssignmentListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoleAssignmentListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleAssignmentListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleAssignmentListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoleAssignmentListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to