Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.AppServiceFile.Type
-
Packages that use AppServiceFile.Type Package Description com.microsoft.azure.toolkit.lib.appservice.model -
-
Uses of AppServiceFile.Type in com.microsoft.azure.toolkit.lib.appservice.model
Methods in com.microsoft.azure.toolkit.lib.appservice.model that return AppServiceFile.Type Modifier and Type Method Description AppServiceFile.TypeAppServiceFile. getType()static AppServiceFile.TypeAppServiceFile.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AppServiceFile.Type[]AppServiceFile.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-