CloudPool.Statistics プロパティ

定義

プールのリソース使用量の統計情報を取得します。

public Microsoft.Azure.Batch.PoolStatistics Statistics { get; }
member this.Statistics : Microsoft.Azure.Batch.PoolStatistics
Public ReadOnly Property Statistics As PoolStatistics

プロパティ値

注釈

このプロパティは、 が 'stats' 属性を含む でExpandClause取得された場合CloudPoolにのみ設定されます。それ以外の場合は null です。 統計はすぐには使用できない場合があります。 Batch サービスは、統計の定期的なロールアップを実行します。 一般的な遅延は約 30 分です。

適用対象