Table of Contents

Class GremlinDatabaseResource

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Cosmos DB Gremlin database resource object

public class GremlinDatabaseResource
Inheritance
GremlinDatabaseResource
Inherited Members

Constructors

GremlinDatabaseResource()

Initializes a new instance of the GremlinDatabaseResource class.

public GremlinDatabaseResource()

GremlinDatabaseResource(string)

Initializes a new instance of the GremlinDatabaseResource class.

public GremlinDatabaseResource(string id)

Parameters

id string

Name of the Cosmos DB Gremlin database

Properties

Id

Gets or sets name of the Cosmos DB Gremlin database

public string Id { get; set; }

Property Value

string

Methods

Validate()

Validate the object.

public virtual void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails