SqlResourcesOperationsExtensions.GetSqlStoredProcedure Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft sql storedProcedure unter einem vorhandenen Azure Cosmos DB-Datenbankkonto ab.
public static Microsoft.Azure.Management.CosmosDB.Models.SqlStoredProcedureGetResults GetSqlStoredProcedure (this Microsoft.Azure.Management.CosmosDB.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName);
static member GetSqlStoredProcedure : Microsoft.Azure.Management.CosmosDB.ISqlResourcesOperations * string * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.SqlStoredProcedureGetResults
<Extension()>
Public Function GetSqlStoredProcedure (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String) As SqlStoredProcedureGetResults
Parameter
- operations
- ISqlResourcesOperations
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.
- containerName
- String
Cosmos DB-Containername.
- storedProcedureName
- String
Cosmos DB storedProcedure name.
Gibt zurück
Gilt für:
Azure SDK for .NET