Uses of Class
com.azure.resourcemanager.appservice.models.Rendering
-
Packages that use Rendering Package Description com.azure.resourcemanager.appservice.models 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 Rendering Modifier and Type Method Description RenderingDiagnosticData. renderingProperties()Get the renderingProperties property: Properties that describe how the table should be rendered.RenderingRendering. withDescription(String description)Set the description property: Description of the data that will help it be interpreted.RenderingRendering. withTitle(String title)Set the title property: Title of data.RenderingRendering. withType(RenderingType type)Set the type property: Rendering Type.Methods in com.azure.resourcemanager.appservice.models with parameters of type Rendering Modifier and Type Method Description DiagnosticDataDiagnosticData. withRenderingProperties(Rendering renderingProperties)Set the renderingProperties property: Properties that describe how the table should be rendered.
-