你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlStoredProcedureCreateUpdateParameters 构造函数

定义

重载

SqlStoredProcedureCreateUpdateParameters()

初始化 SqlStoredProcedureCreateUpdateParameters 类的新实例。

SqlStoredProcedureCreateUpdateParameters(String, SqlStoredProcedureResource, CreateUpdateOptions, String, String, String, IDictionary<String,String>)

初始化 SqlStoredProcedureCreateUpdateParameters 类的新实例。

SqlStoredProcedureCreateUpdateParameters()

初始化 SqlStoredProcedureCreateUpdateParameters 类的新实例。

public SqlStoredProcedureCreateUpdateParameters ();
Public Sub New ()

适用于

SqlStoredProcedureCreateUpdateParameters(String, SqlStoredProcedureResource, CreateUpdateOptions, String, String, String, IDictionary<String,String>)

初始化 SqlStoredProcedureCreateUpdateParameters 类的新实例。

public SqlStoredProcedureCreateUpdateParameters (string location, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureResource resource, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureResource * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters
Public Sub New (location As String, resource As SqlStoredProcedureResource, options As CreateUpdateOptions, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

参数

location
String
resource
SqlStoredProcedureResource

storedProcedure 的标准 JSON 格式

options
CreateUpdateOptions

要为请求应用的选项的键值对。 这对应于随请求一起发送的标头。

id
String
name
String
type
String

适用于