次の方法で共有


CloudTableClient.GetServiceStatsAsync メソッド

定義

オーバーロード

GetServiceStatsAsync(TableRequestOptions, OperationContext)

セカンダリ Table Service エンドポイントのサービス統計を取得する非同期操作を開始します。

GetServiceStatsAsync()

セカンダリ Table Service エンドポイントのサービス統計を取得する非同期操作を開始します。

GetServiceStatsAsync(CancellationToken)

セカンダリ Table Service エンドポイントのサービス統計を取得する非同期操作を開始します。

GetServiceStatsAsync(TableRequestOptions, OperationContext, CancellationToken)

セカンダリ Table Service エンドポイントのサービス統計を取得する非同期操作を開始します。

GetServiceStatsAsync(TableRequestOptions, OperationContext)

セカンダリ Table Service エンドポイントのサービス統計を取得する非同期操作を開始します。

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats> GetServiceStatsAsync (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member GetServiceStatsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
override this.GetServiceStatsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
Public Overridable Function GetServiceStatsAsync (requestOptions As TableRequestOptions, operationContext As OperationContext) As Task(Of ServiceStats)

パラメーター

requestOptions
TableRequestOptions

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

operationContext
OperationContext

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

戻り値

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

適用対象

GetServiceStatsAsync()

セカンダリ Table Service エンドポイントのサービス統計を取得する非同期操作を開始します。

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats> GetServiceStatsAsync ();
abstract member GetServiceStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
override this.GetServiceStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
Public Overridable Function GetServiceStatsAsync () As Task(Of ServiceStats)

戻り値

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

適用対象

GetServiceStatsAsync(CancellationToken)

セカンダリ Table Service エンドポイントのサービス統計を取得する非同期操作を開始します。

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats> GetServiceStatsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetServiceStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
override this.GetServiceStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
Public Overridable Function GetServiceStatsAsync (cancellationToken As CancellationToken) As Task(Of ServiceStats)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象

GetServiceStatsAsync(TableRequestOptions, OperationContext, CancellationToken)

セカンダリ Table Service エンドポイントのサービス統計を取得する非同期操作を開始します。

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats> GetServiceStatsAsync (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member GetServiceStatsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
override this.GetServiceStatsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
Public Overridable Function GetServiceStatsAsync (requestOptions As TableRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ServiceStats)

パラメーター

requestOptions
TableRequestOptions

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

operationContext
OperationContext

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象