AccessRoleBindingCreateContent Class

Definition

Create role binding request model.

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

Constructors

AccessRoleBindingCreateContent()

Initializes a new instance of AccessRoleBindingCreateContent.

Properties

CrnPattern

A CRN that specifies the scope and resource patterns necessary for the role to bind.

Principal

The principal User or Group to bind the role to.

RoleName

The name of the role to bind to the principal.

Explicit Interface Implementations

IJsonModel<AccessRoleBindingCreateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AccessRoleBindingCreateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AccessRoleBindingCreateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AccessRoleBindingCreateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AccessRoleBindingCreateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to