MongoClusterUserProperties Class

Definition

Definition of Mongo user resource on a cluster.

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

Constructors

Name Description
MongoClusterUserProperties()

Initializes a new instance of MongoClusterUserProperties.

Properties

Name Description
IdentityProvider

The user's identity provider definition.

ProvisioningState

The provisioning state of the user.

Roles

Database roles that are assigned to the user.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MongoClusterUserProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MongoClusterUserProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoClusterUserProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoClusterUserProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoClusterUserProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to