Freigeben über


GremlinResourcesOperationsExtensions.GetGremlinGraph Methode

Definition

Ruft das Gremlin-Diagramm unter einem vorhandenen Azure Cosmos DB-Datenbankkonto ab.

public static Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults GetGremlinGraph (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string graphName);
static member GetGremlinGraph : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults
<Extension()>
Public Function GetGremlinGraph (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, graphName As String) As GremlinGraphGetResults

Parameter

operations
IGremlinResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

accountName
String

Name des Cosmos DB-Datenbankkontos.

databaseName
String

Cosmos DB-Datenbankname.

graphName
String

Name des Cosmos DB-Diagramms.

Gibt zurück

Gilt für: