Rendering.Type Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o tipo de renderização. Os valores possíveis incluem: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance', 'PieChart', 'DataSummary', 'Email', 'Insights', 'DynamicInsight', 'Markdown', 'Detector', 'DropDown', 'Card', 'Solution', 'Guage', 'Form', 'ChangeSets', 'ChangeAnalysisOnboarding', 'ChangesView', 'AppInsight', 'DependencyGraph', 'DownTime', 'SummaryCard', 'SearchComponent', 'AppInsightEnablement'
[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.WebSites.Models.RenderingType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.WebSites.Models.RenderingType> with get, set
Public Property Type As Nullable(Of RenderingType)
Valor da propriedade
- Atributos
-
Newtonsoft.Json.JsonPropertyAttribute
Aplica-se a
Azure SDK for .NET