DurabilityProvider.TryGetScaleMonitor Méthode
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.
Tente d’obtenir un moniteur de mise à l’échelle pour la mise à l’échelle automatique.
public virtual bool TryGetScaleMonitor (string functionId, string functionName, string hubName, string connectionName, out Microsoft.Azure.WebJobs.Host.Scale.IScaleMonitor scaleMonitor);
abstract member TryGetScaleMonitor : string * string * string * string * IScaleMonitor -> bool
override this.TryGetScaleMonitor : string * string * string * string * IScaleMonitor -> bool
Public Overridable Function TryGetScaleMonitor (functionId As String, functionName As String, hubName As String, connectionName As String, ByRef scaleMonitor As IScaleMonitor) As Boolean
Paramètres
- functionId
- String
ID de fonction.
- functionName
- String
Le nom de la fonction
- hubName
- String
Nom du hub de tâches.
- connectionName
- String
Nom des paramètres de connexion spécifiques au stockage.
- scaleMonitor
- Microsoft.Azure.WebJobs.Host.Scale.IScaleMonitor
Moniteur de mise à l’échelle.
Retours
True si la mise à l’échelle automatique est prise en charge, false dans le cas contraire.
S’applique à
Azure SDK for .NET