次の方法で共有


IWithChildResource.WithoutTable(String) メソッド

定義

テーブル データベースを削除します。

public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithoutTable (string name);
abstract member WithoutTable : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithoutTable (name As String) As IWithOptionals

パラメーター

name
String

テーブル データベースの名前。

戻り値

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

適用対象