次の方法で共有


CloudTable.Delete(TableRequestOptions, OperationContext) メソッド

定義

テーブルを削除します。

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

パラメーター

requestOptions
TableRequestOptions

要求の追加オプションを指定する TableRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

適用対象