次の方法で共有


CloudQueue.DeleteIfExists(QueueRequestOptions, OperationContext) メソッド

定義

キュー (既に存在する場合) を削除します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual bool DeleteIfExists (Microsoft.Azure.Storage.Queue.QueueRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DeleteIfExists : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
override this.DeleteIfExists : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
Public Overridable Function DeleteIfExists (Optional options As QueueRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As Boolean

パラメーター

options
QueueRequestOptions

要求の追加オプションを指定する QueueRequestOptions オブジェクトです。 の場合 null、既定のオプションが要求に適用されます。

operationContext
OperationContext

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

戻り値

キューがまだ存在せず作成された場合は true、それ以外の場合は false です。

属性

適用対象