| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlStoredProcedureGetPropertiesResource
The SqlStoredProcedureGetPropertiesResource model.
|
| Modifier and Type | Method and Description |
|---|---|
SqlStoredProcedureResource |
SqlStoredProcedureCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a storedProcedure.
|
SqlStoredProcedureResource |
SqlStoredProcedureResource.withBody(String body)
Set the body property: Body of the Stored Procedure.
|
SqlStoredProcedureResource |
SqlStoredProcedureResource.withId(String id)
Set the id property: Name of the Cosmos DB SQL storedProcedure.
|
| Modifier and Type | Method and Description |
|---|---|
SqlStoredProcedureCreateUpdateParameters |
SqlStoredProcedureCreateUpdateParameters.withResource(SqlStoredProcedureResource resource)
Set the resource property: The standard JSON format of a storedProcedure.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.