CloudPool.Statistics Propriété

Définition

Obtient les statistiques d’utilisation des ressources pour le pool.

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

Valeur de propriété

Remarques

Cette propriété n’est renseignée que si le CloudPool a été récupéré avec un ExpandClause attribut incluant l’attribut « stats » ; sinon, il est null. Les statistiques peuvent ne pas être disponibles immédiatement. Le service Batch effectue un cumul périodique des statistiques. Le délai classique est d’environ 30 minutes.

S’applique à