Uses of Class
com.azure.resourcemanager.cosmos.models.SqlStoredProcedureResource
Packages that use SqlStoredProcedureResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of SqlStoredProcedureResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlStoredProcedureResourceModifier and TypeMethodDescriptionSqlStoredProcedureCreateUpdateProperties.resource()Get the resource property: The standard JSON format of a storedProcedure.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlStoredProcedureResourceModifier and TypeMethodDescriptionSqlStoredProcedureCreateUpdateProperties.withResource(SqlStoredProcedureResource resource) Set the resource property: The standard JSON format of a storedProcedure. -
Uses of SqlStoredProcedureResource in com.azure.resourcemanager.cosmos.models
Subclasses of SqlStoredProcedureResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classThe SqlStoredProcedureGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlStoredProcedureResourceModifier and TypeMethodDescriptionstatic SqlStoredProcedureResourceSqlStoredProcedureResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SqlStoredProcedureResource from the JsonReader.SqlStoredProcedureCreateUpdateParameters.resource()Get the resource property: The standard JSON format of a storedProcedure.Set the body property: Body of the Stored Procedure.Set the id property: Name of the Cosmos DB SQL storedProcedure.Methods in com.azure.resourcemanager.cosmos.models with parameters of type SqlStoredProcedureResourceModifier and TypeMethodDescriptionSqlStoredProcedureCreateUpdateParameters.withResource(SqlStoredProcedureResource resource) Set the resource property: The standard JSON format of a storedProcedure.