IWithChildResource.WithUserDefinedFunction メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions) |
ユーザー定義関数を指定します。 |
WithUserDefinedFunction(String, String, CreateUpdateOptions) |
ユーザー定義関数を指定します。 |
WithUserDefinedFunction(String, SqlUserDefinedFunctionResource, CreateUpdateOptions)
ユーザー定義関数を指定します。
public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithUserDefinedFunction (string name, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionResource resource, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options = default);
abstract member WithUserDefinedFunction : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionResource * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithUserDefinedFunction (name As String, resource As SqlUserDefinedFunctionResource, Optional options As CreateUpdateOptions = Nothing) As IUpdate
パラメーター
- name
- String
ユーザー定義関数の名前。
- resource
- SqlUserDefinedFunctionResource
ユーザー定義関数リソース。id を指定する必要はありません。
- options
- CreateUpdateOptions
ユーザー定義関数のオプション。
戻り値
更新プログラムの次のステージ。
適用対象
WithUserDefinedFunction(String, String, CreateUpdateOptions)
ユーザー定義関数を指定します。
public Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate WithUserDefinedFunction (string name, string body, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions options = default);
abstract member WithUserDefinedFunction : string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate
Public Function WithUserDefinedFunction (name As String, body As String, Optional options As CreateUpdateOptions = Nothing) As IUpdate
パラメーター
- name
- String
ユーザー定義関数の名前。
- body
- String
ユーザー定義関数本体。
- options
- CreateUpdateOptions
ユーザー定義関数のオプション。
戻り値
更新プログラムの次のステージ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET