Dela via


IWithChildResource.WithoutTable(String) Method

Definition

Removes a Table Database.

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

Parameters

name
String

The name of Table Database.

Returns

The next stage of the update.

Applies to