CloudPool.Statistics Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET