Uses of Class
com.azure.resourcemanager.appservice.models.RepositoryType
-
Packages that use RepositoryType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of RepositoryType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RepositoryType Modifier and Type Method Description RepositoryTypeWebAppSourceControl. repositoryType()static RepositoryTypeRepositoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryType[]RepositoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-