| Modifier and Type | Method and Description |
|---|---|
SqlStoredProcedureResource |
SqlStoredProcedureCreateUpdateParameters.resource()
Get the standard JSON format of a storedProcedure.
|
SqlStoredProcedureResource |
SqlStoredProcedureResource.withBody(String body)
Set body of the Stored Procedure.
|
SqlStoredProcedureResource |
SqlStoredProcedureResource.withId(String id)
Set name of the Cosmos DB SQL storedProcedure.
|
| Modifier and Type | Method and Description |
|---|---|
SqlStoredProcedureCreateUpdateParameters |
SqlStoredProcedureCreateUpdateParameters.withResource(SqlStoredProcedureResource resource)
Set the standard JSON format of a storedProcedure.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/