Uses of Class
com.microsoft.azure.management.appservice.SiteExtensionType
-
-
Uses of SiteExtensionType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SiteExtensionType Modifier and Type Method Description static SiteExtensionTypeSiteExtensionType. fromString(String value)Parses a serialized value to a SiteExtensionType instance.static SiteExtensionTypeSiteExtensionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SiteExtensionType[]SiteExtensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-