Compartir a través de


AutoScaleRun.Results Propiedad

Definición

Obtiene o establece los valores finales de todas las variables usadas en la evaluación de la fórmula de escalado automático.

[Newtonsoft.Json.JsonProperty(PropertyName="results")]
public string Results { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="results")>]
member this.Results : string with get, set
Public Property Results As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Cada valor de variable se devuelve en el formulario $variable=value y las variables se separan por punto y coma.

Se aplica a