Share via


IWithChildResource.UpdateTable(String) Method

Definition

Updates a Table Database.

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

Parameters

name
String

The name of Table Database.

Returns

The next stage of the update.

Applies to