GremlinDatabaseRestoreResourceInfo Class

Definition

Specific Gremlin Databases to restore.

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

Constructors

GremlinDatabaseRestoreResourceInfo()

Initializes a new instance of GremlinDatabaseRestoreResourceInfo.

Properties

DatabaseName

The name of the gremlin database available for restore.

GraphNames

The names of the graphs available for restore.

Explicit Interface Implementations

IJsonModel<GremlinDatabaseRestoreResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GremlinDatabaseRestoreResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GremlinDatabaseRestoreResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GremlinDatabaseRestoreResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GremlinDatabaseRestoreResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to