다음을 통해 공유


Rendering.Type 속성

정의

렌더링 형식을 가져오거나 설정합니다. 가능한 값은 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'입니다.

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.AppService.Fluent.Models.RenderingType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.RenderingType> with get, set
Public Property Type As Nullable(Of RenderingType)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상