SiteConfigResource.FunctionsRuntimeScaleMonitoringEnabled Propriedade

Definição

Obtém ou define um valor que indica se o monitoramento de escala de runtime de funções está habilitado. Quando habilitado, o ScaleController não monitorará diretamente as fontes de eventos, mas chamará para o runtime para obter status de escala.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.functionsRuntimeScaleMonitoringEnabled")]
public bool? FunctionsRuntimeScaleMonitoringEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.functionsRuntimeScaleMonitoringEnabled")>]
member this.FunctionsRuntimeScaleMonitoringEnabled : Nullable<bool> with get, set
Public Property FunctionsRuntimeScaleMonitoringEnabled As Nullable(Of Boolean)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a