Share via


IWithChildResource.DefineNewTable(String) Method

Definition

Defines a new Table Database.

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)

Parameters

name
String

The name of Table Database.

Returns

The next stage of the definition.

Applies to