ExtendedGremlinDatabaseResourceInfo Class

Definition

The ExtendedGremlinDatabaseResourceInfo.

public class ExtendedGremlinDatabaseResourceInfo : Azure.ResourceManager.CosmosDB.Models.GremlinDatabaseResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinDatabaseResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinDatabaseResourceInfo>
type ExtendedGremlinDatabaseResourceInfo = class
    inherit GremlinDatabaseResourceInfo
    interface IJsonModel<ExtendedGremlinDatabaseResourceInfo>
    interface IPersistableModel<ExtendedGremlinDatabaseResourceInfo>
Public Class ExtendedGremlinDatabaseResourceInfo
Inherits GremlinDatabaseResourceInfo
Implements IJsonModel(Of ExtendedGremlinDatabaseResourceInfo), IPersistableModel(Of ExtendedGremlinDatabaseResourceInfo)
Inheritance
ExtendedGremlinDatabaseResourceInfo
Implements

Constructors

ExtendedGremlinDatabaseResourceInfo(String)

Initializes a new instance of ExtendedGremlinDatabaseResourceInfo.

Properties

CreateMode

Enum to indicate the mode of resource creation.

(Inherited from GremlinDatabaseResourceInfo)
DatabaseName

Name of the Cosmos DB Gremlin database.

(Inherited from GremlinDatabaseResourceInfo)
ETag

A system generated property representing the resource etag required for optimistic concurrency control.

RestoreParameters

Parameters to indicate the information about the restore.

(Inherited from GremlinDatabaseResourceInfo)
Rid

A system generated property. A unique identifier.

Timestamp

A system generated property that denotes the last updated timestamp of the resource.

Explicit Interface Implementations

IJsonModel<ExtendedGremlinDatabaseResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedGremlinDatabaseResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<GremlinDatabaseResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from GremlinDatabaseResourceInfo)
IJsonModel<GremlinDatabaseResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from GremlinDatabaseResourceInfo)
IPersistableModel<ExtendedGremlinDatabaseResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedGremlinDatabaseResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedGremlinDatabaseResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<GremlinDatabaseResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from GremlinDatabaseResourceInfo)
IPersistableModel<GremlinDatabaseResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from GremlinDatabaseResourceInfo)
IPersistableModel<GremlinDatabaseResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from GremlinDatabaseResourceInfo)

Applies to