Uses of Class
com.azure.resourcemanager.appservice.models.Rendering
Packages that use Rendering
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Rendering in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RenderingModifier and TypeMethodDescriptionstatic Rendering
Rendering.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Rendering from the JsonReader.DiagnosticData.renderingProperties()
Get the renderingProperties property: Properties that describe how the table should be rendered.Rendering.withDescription
(String description) Set the description property: Description of the data that will help it be interpreted.Set the title property: Title of data.Rendering.withType
(RenderingType type) Set the type property: Rendering Type.Methods in com.azure.resourcemanager.appservice.models with parameters of type RenderingModifier and TypeMethodDescriptionDiagnosticData.withRenderingProperties
(Rendering renderingProperties) Set the renderingProperties property: Properties that describe how the table should be rendered.