Share via


IWithChildResource.WithStoredProcedure Methode

Definition

Überlädt

WithStoredProcedure(String, SqlStoredProcedureResource, CreateUpdateOptions)

Gibt eine gespeicherte Prozedur an.

WithStoredProcedure(String, String, CreateUpdateOptions)

Gibt eine gespeicherte Prozedur an.

WithStoredProcedure(String, SqlStoredProcedureResource, CreateUpdateOptions)

Gibt eine gespeicherte Prozedur an.

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithStoredProcedure (string name, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureResource resource, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options = default);
abstract member WithStoredProcedure : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureResource * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithStoredProcedure (name As String, resource As SqlStoredProcedureResource, Optional options As CreateUpdateOptions = Nothing) As IUpdate

Parameter

name
String

Name der gespeicherten Prozedur

resource
SqlStoredProcedureResource

Die Speicherprozedurressource, die keine ID angeben muss.

options
CreateUpdateOptions

Die Optionen für die Speicherprozedur.

Gibt zurück

Die nächste Phase des Updates.

Gilt für:

WithStoredProcedure(String, String, CreateUpdateOptions)

Gibt eine gespeicherte Prozedur an.

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithStoredProcedure (string name, string body, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options = default);
abstract member WithStoredProcedure : string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithStoredProcedure (name As String, body As String, Optional options As CreateUpdateOptions = Nothing) As IUpdate

Parameter

name
String

Name der gespeicherten Prozedur

body
String

Der Text der Speicherprozedur.

options
CreateUpdateOptions

Die Optionen für die Speicherprozedur.

Gibt zurück

Die nächste Phase des Updates.

Gilt für: