Uses of Class
com.azure.resourcemanager.appservice.models.FrontEndServiceType
-
Packages that use FrontEndServiceType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of FrontEndServiceType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FrontEndServiceType Modifier and Type Method Description static FrontEndServiceTypeFrontEndServiceType. fromString(String value)Parses a serialized value to a FrontEndServiceType instance.FrontEndServiceTypeFrontEndConfiguration. kind()Get the kind property: The kind property.static FrontEndServiceTypeFrontEndServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static FrontEndServiceType[]FrontEndServiceType. 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 FrontEndServiceType Modifier and Type Method Description FrontEndConfigurationFrontEndConfiguration. withKind(FrontEndServiceType kind)Set the kind property: The kind property.
-