Partager via


GremlinResourcesOperationsExtensions.GetGremlinGraphThroughput Méthode

Définition

Obtient le débit du graphique Gremlin sous un compte de base de données Azure Cosmos DB existant avec le nom fourni.

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

Paramètres

operations
IGremlinResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

accountName
String

Nom du compte de base de données Cosmos DB.

databaseName
String

Nom de la base de données Cosmos DB.

graphName
String

Nom du graphique Cosmos DB.

Retours

S’applique à