Share via


TableServiceClient.DeleteTable(String, CancellationToken) Método

Definição

Exclui uma tabela no serviço.

public virtual Azure.Response DeleteTable (string tableName, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteTable : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteTable : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteTable (tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parâmetros

tableName
String

O nome da tabela a ser excluída.

cancellationToken
CancellationToken

Um CancellationToken que controla o tempo de vida da solicitação.

Retornos

O Response que indica o resultado da operação.

Aplica-se a