AutoScaleRun.Results 속성

정의

자동 크기 조정 수식의 계산에 사용되는 모든 변수의 최종 값을 가져오거나 설정합니다.

[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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

각 변수 값은 $variable=value 형식으로 반환되고 변수는 세미콜론으로 구분됩니다.

적용 대상