次の方法で共有


IWithChildResource.DefineNewTable(String) メソッド

定義

新しいテーブル データベースを定義します。

public Microsoft.Azure.Management.CosmosDB.Fluent.Table.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate> DefineNewTable (string name);
abstract member DefineNewTable : string -> Microsoft.Azure.Management.CosmosDB.Fluent.Table.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate>
Public Function DefineNewTable (name As String) As IBlank(Of IWithCreate)

パラメーター

name
String

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

戻り値

定義の次のステージ。

適用対象