MongoClusterUserProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |