Share via


ExtendedGremlinGraphResourceInfo(String) Constructor

Definition

Initializes a new instance of ExtendedGremlinGraphResourceInfo.

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

Parameters

graphName
String

Name of the Cosmos DB Gremlin graph.

Exceptions

graphName is null.

Applies to