PSGremlinGraphGetResults Constructors

Definition

Overloads

PSGremlinGraphGetResults()
PSGremlinGraphGetResults(GremlinGraphGetResults)

PSGremlinGraphGetResults()

public PSGremlinGraphGetResults ();
Public Sub New ()

Applies to

PSGremlinGraphGetResults(GremlinGraphGetResults)

public PSGremlinGraphGetResults (Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults gremlinGraphGetResults);
new Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults : Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults -> Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults
Public Sub New (gremlinGraphGetResults As GremlinGraphGetResults)

Parameters

gremlinGraphGetResults
GremlinGraphGetResults

Applies to