次の方法で共有


IWithChildResource.WithoutSqlContainer(String) メソッド

定義

SQL コンテナーを削除します。

public Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IUpdate WithoutSqlContainer (string name);
abstract member WithoutSqlContainer : string -> Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IUpdate
Public Function WithoutSqlContainer (name As String) As IUpdate

パラメーター

name
String

SQL コンテナーの名前。

戻り値

更新プログラムの次のステージ。

適用対象