CloudFileShare.Exists(FileRequestOptions, OperationContext) メソッド

定義

共有が存在するかどうかを確認します。

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

パラメーター

requestOptions
FileRequestOptions

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

operationContext
OperationContext

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

戻り値

共有が存在する場合は true です。

属性

適用対象