Share via


MongoClusterKeyEncryptionKeyIdentity Class

Definition

The identity used for key encryption key.

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

Constructors

Name Description
MongoClusterKeyEncryptionKeyIdentity()

Initializes a new instance of MongoClusterKeyEncryptionKeyIdentity.

Properties

Name Description
IdentityType

The type of identity. Only 'UserAssignedIdentity' is supported.

UserAssignedIdentityResourceId

The user assigned identity resource id.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<MongoClusterKeyEncryptionKeyIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoClusterKeyEncryptionKeyIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoClusterKeyEncryptionKeyIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoClusterKeyEncryptionKeyIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to