Uses of Enum
com.azure.resourcemanager.appservice.models.RenderingType
Packages that use RenderingType
Package
Description
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 RenderingTypeModifier and TypeMethodDescriptionstatic RenderingTypeRenderingType.fromString(String value) Parses a serialized value to a RenderingType instance.Rendering.type()Get the type property: Rendering Type.static RenderingTypeReturns 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 RenderingTypeModifier and TypeMethodDescriptionRendering.withType(RenderingType type) Set the type property: Rendering Type.