CloudFileShare.GetStatsAsync メソッド

定義

オーバーロード

GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)

共有の統計を取得する非同期操作を開始します。

GetStatsAsync(FileRequestOptions, OperationContext)

共有の統計を取得する非同期操作を開始します。

GetStatsAsync()

共有の統計を取得する非同期操作を開始します。

GetStatsAsync(CancellationToken)

共有の統計を取得する非同期操作を開始します。

GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)

共有の統計を取得する非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync (options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ShareStats)

パラメーター

options
FileRequestOptions

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

operationContext
OperationContext

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

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

非同期操作を表す、ShareStats 型の Task<TResult> オブジェクト。

属性

適用対象

GetStatsAsync(FileRequestOptions, OperationContext)

共有の統計を取得する非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync (options As FileRequestOptions, operationContext As OperationContext) As Task(Of ShareStats)

パラメーター

options
FileRequestOptions

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

operationContext
OperationContext

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

戻り値

非同期操作を表す、ShareStats 型の Task<TResult> オブジェクト。

属性

適用対象

GetStatsAsync()

共有の統計を取得する非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync () As Task(Of ShareStats)

戻り値

非同期操作を表す、ShareStats 型の Task<TResult> オブジェクト。

属性

適用対象

GetStatsAsync(CancellationToken)

共有の統計を取得する非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync (cancellationToken As CancellationToken) As Task(Of ShareStats)

パラメーター

cancellationToken
CancellationToken

タスクの完了を待機しているときに監視する CancellationToken

戻り値

非同期操作を表す、ShareStats 型の Task<TResult> オブジェクト。

属性

適用対象