Uses of Class
com.microsoft.azure.management.appservice.RenderingType
-
-
Uses of RenderingType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return RenderingType Modifier and Type Method Description static RenderingTypeRenderingType. fromString(String value)Parses a serialized value to a RenderingType instance.RenderingTypeRendering. type()Get 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.microsoft.azure.management.appservice with parameters of type RenderingType Modifier and Type Method Description RenderingRendering. withType(RenderingType type)Set rendering Type.
-