Sdílet prostřednictvím


AccessRoleBindingListResult Class

Definition

Details of the role bindings returned on successful response.

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

Properties

Data

List of role binding.

Kind

Type of response.

Metadata

Metadata of the list.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AccessRoleBindingListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AccessRoleBindingListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AccessRoleBindingListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AccessRoleBindingListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AccessRoleBindingListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to