### YamlMime:JavaType uid: "com.azure.cosmos.CosmosAsyncStoredProcedure" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure" name: "CosmosAsyncStoredProcedure" nameWithType: "CosmosAsyncStoredProcedure" summary: "The type Cosmos async stored procedure." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **CosmosAsyncStoredProcedure**" methods: - uid: "com.azure.cosmos.CosmosAsyncStoredProcedure.delete()" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure.delete()" name: "delete()" nameWithType: "CosmosAsyncStoredProcedure.delete()" summary: "Deletes a stored procedure" syntax: "public Mono delete()" desc: "Deletes a stored procedure\n\nAfter subscription the operation will be performed. The upon successful completion will contain a single resource response for the deleted stored procedure. In case of failure the will error." returns: description: "an containing the single resource response for the deleted stored procedure or an error." type: "Mono<>" - uid: "com.azure.cosmos.CosmosAsyncStoredProcedure.delete(com.azure.cosmos.models.CosmosStoredProcedureRequestOptions)" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure.delete(CosmosStoredProcedureRequestOptions options)" name: "delete(CosmosStoredProcedureRequestOptions options)" nameWithType: "CosmosAsyncStoredProcedure.delete(CosmosStoredProcedureRequestOptions options)" summary: "Deletes a stored procedure" parameters: - description: "the request options." name: "options" type: "" syntax: "public Mono delete(CosmosStoredProcedureRequestOptions options)" desc: "Deletes a stored procedure\n\nAfter subscription the operation will be performed. The upon successful completion will contain a single resource response for the deleted stored procedure. In case of failure the will error." returns: description: "an containing the single resource response for the deleted stored procedure or an error." type: "Mono<>" - uid: "com.azure.cosmos.CosmosAsyncStoredProcedure.execute(java.util.List,com.azure.cosmos.models.CosmosStoredProcedureRequestOptions)" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure.execute(List procedureParams, CosmosStoredProcedureRequestOptions options)" name: "execute(List procedureParams, CosmosStoredProcedureRequestOptions options)" nameWithType: "CosmosAsyncStoredProcedure.execute(List procedureParams, CosmosStoredProcedureRequestOptions options)" summary: "Executes a stored procedure" parameters: - description: "the list of procedure parameter values." name: "procedureParams" type: "List<Object>" - description: "the request options." name: "options" type: "" syntax: "public Mono execute(List procedureParams, CosmosStoredProcedureRequestOptions options)" desc: "Executes a stored procedure\n\nAfter subscription the operation will be performed. The upon successful completion will contain a single resource response with the stored procedure response. In case of failure the will error." returns: description: "an containing the single resource response with the stored procedure response or an error." type: "Mono<>" - uid: "com.azure.cosmos.CosmosAsyncStoredProcedure.getId()" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure.getId()" name: "getId()" nameWithType: "CosmosAsyncStoredProcedure.getId()" summary: "Get the id of the " syntax: "public String getId()" desc: "Get the id of the " returns: description: "the id of the " type: "String" - uid: "com.azure.cosmos.CosmosAsyncStoredProcedure.read()" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure.read()" name: "read()" nameWithType: "CosmosAsyncStoredProcedure.read()" summary: "Read a stored procedure" syntax: "public Mono read()" desc: "Read a stored procedure\n\nAfter subscription the operation will be performed. The upon successful completion will contain a single resource response with the read stored procedure. In case of failure the will error." returns: description: "an containing the single resource response with the read stored procedure or an error." type: "Mono<>" - uid: "com.azure.cosmos.CosmosAsyncStoredProcedure.read(com.azure.cosmos.models.CosmosStoredProcedureRequestOptions)" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure.read(CosmosStoredProcedureRequestOptions options)" name: "read(CosmosStoredProcedureRequestOptions options)" nameWithType: "CosmosAsyncStoredProcedure.read(CosmosStoredProcedureRequestOptions options)" summary: "Read a stored procedure" parameters: - description: "the request options." name: "options" type: "" syntax: "public Mono read(CosmosStoredProcedureRequestOptions options)" desc: "Read a stored procedure\n\nAfter subscription the operation will be performed. The upon successful completion will contain a single resource response with the read stored procedure. In case of failure the will error." returns: description: "an containing the single resource response with the read stored procedure or an error." type: "Mono<>" - uid: "com.azure.cosmos.CosmosAsyncStoredProcedure.replace(com.azure.cosmos.models.CosmosStoredProcedureProperties)" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure.replace(CosmosStoredProcedureProperties storedProcedureProperties)" name: "replace(CosmosStoredProcedureProperties storedProcedureProperties)" nameWithType: "CosmosAsyncStoredProcedure.replace(CosmosStoredProcedureProperties storedProcedureProperties)" summary: "Replaces a stored procedure." parameters: - description: "the stored procedure properties" name: "storedProcedureProperties" type: "" syntax: "public Mono replace(CosmosStoredProcedureProperties storedProcedureProperties)" desc: "Replaces a stored procedure.\n\nAfter subscription the operation will be performed. The upon successful completion will contain a single resource response with the replaced stored procedure. In case of failure the will error." returns: description: "an containing the single resource response with the replaced stored procedure or an error." type: "Mono<>" - uid: "com.azure.cosmos.CosmosAsyncStoredProcedure.replace(com.azure.cosmos.models.CosmosStoredProcedureProperties,com.azure.cosmos.models.CosmosStoredProcedureRequestOptions)" fullName: "com.azure.cosmos.CosmosAsyncStoredProcedure.replace(CosmosStoredProcedureProperties storedProcedureProperties, CosmosStoredProcedureRequestOptions options)" name: "replace(CosmosStoredProcedureProperties storedProcedureProperties, CosmosStoredProcedureRequestOptions options)" nameWithType: "CosmosAsyncStoredProcedure.replace(CosmosStoredProcedureProperties storedProcedureProperties, CosmosStoredProcedureRequestOptions options)" summary: "Replaces a stored procedure." parameters: - description: "the stored procedure properties." name: "storedProcedureProperties" type: "" - description: "the request options." name: "options" type: "" syntax: "public Mono replace(CosmosStoredProcedureProperties storedProcedureProperties, CosmosStoredProcedureRequestOptions options)" desc: "Replaces a stored procedure.\n\nAfter subscription the operation will be performed. The upon successful completion will contain a single resource response with the replaced stored procedure. In case of failure the will error." returns: description: "an containing the single resource response with the replaced stored procedure or an error." type: "Mono<>" type: "class" desc: "The type Cosmos async stored procedure." metadata: {} package: "com.azure.cosmos" artifact: com.azure:azure-cosmos:4.63.4