Uses of Enum
com.azure.resourcemanager.appservice.models.FrontEndServiceType
Packages that use FrontEndServiceType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FrontEndServiceType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type FrontEndServiceType in com.azure.resourcemanager.appservice.modelsModifier and TypeClassDescriptionenumDefines values for FrontEndServiceType.Methods in com.azure.resourcemanager.appservice.models that return FrontEndServiceTypeModifier and TypeMethodDescriptionstatic FrontEndServiceTypeFrontEndServiceType.fromString(String value) Parses a serialized value to a FrontEndServiceType instance.FrontEndConfiguration.kind()Get the kind property: The kind property.static FrontEndServiceTypeReturns 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 FrontEndServiceTypeModifier and TypeMethodDescriptionFrontEndConfiguration.withKind(FrontEndServiceType kind) Set the kind property: The kind property.