Uses of Class
com.azure.resourcemanager.appservice.models.RenderingType
-
Packages that use RenderingType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of RenderingType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RenderingType Modifier and Type Method Description static RenderingTypeRenderingType. fromString(String value)Parses a serialized value to a RenderingType instance.RenderingTypeRendering. type()Get the type property: Rendering Type.static RenderingTypeRenderingType. valueOf(String name)Returns the enum constant of this type with the specified name.static RenderingType[]RenderingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type RenderingType Modifier and Type Method Description RenderingRendering. withType(RenderingType type)Set the type property: Rendering Type.
-