Share via


GremlinGraphResourceInfo(String) Constructor

Definition

Initializes a new instance of GremlinGraphResourceInfo.

public GremlinGraphResourceInfo (string graphName);
new Azure.ResourceManager.CosmosDB.Models.GremlinGraphResourceInfo : string -> Azure.ResourceManager.CosmosDB.Models.GremlinGraphResourceInfo
Public Sub New (graphName As String)

Parameters

graphName
String

Name of the Cosmos DB Gremlin graph.

Exceptions

graphName is null.

Applies to