public class SqlStoredProcedureResource extends Object
| Constructor and Description |
|---|
SqlStoredProcedureResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
body()
Get body of the Stored Procedure.
|
String |
id()
Get name of the Cosmos DB SQL storedProcedure.
|
SqlStoredProcedureResource |
withBody(String body)
Set body of the Stored Procedure.
|
SqlStoredProcedureResource |
withId(String id)
Set name of the Cosmos DB SQL storedProcedure.
|
public String id()
public SqlStoredProcedureResource withId(String id)
id - the id value to setpublic String body()
public SqlStoredProcedureResource withBody(String body)
body - the body value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/