IStorageTableManagement.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Delete(CloudTable, TableRequestOptions, OperationContext) |
Delete the specified azure storage table |
Delete(CloudTable, TableRequestOptions, OperationContext) |
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