共用方式為


IStorageTableManagement.Delete Method

Definition

Overloads

Delete(CloudTable, TableRequestOptions, OperationContext)

Delete the specified azure storage table

public void Delete(Microsoft.Azure.Cosmos.Table.CloudTable table, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions = default, Microsoft.Azure.Cosmos.Table.OperationContext operationContext = default);
abstract member Delete : Microsoft.Azure.Cosmos.Table.CloudTable * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> unit
Public Sub Delete (table As CloudTable, Optional requestOptions As TableRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

Parameters

table
CloudTable

Cloud table object

requestOptions
TableRequestOptions

Table request options

operationContext
OperationContext

Operation context

Applies to

Delete(CloudTable, TableRequestOptions, OperationContext)

public void Delete(Microsoft.WindowsAzure.Storage.Table.CloudTable table, Microsoft.WindowsAzure.Storage.Table.TableRequestOptions requestOptions = default, Microsoft.WindowsAzure.Storage.OperationContext operationContext = default);
abstract member Delete : Microsoft.WindowsAzure.Storage.Table.CloudTable * Microsoft.WindowsAzure.Storage.Table.TableRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
Public Sub Delete (table As CloudTable, Optional requestOptions As TableRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

Parameters

table
CloudTable
requestOptions
TableRequestOptions
operationContext
OperationContext

Applies to