Uses of Class
com.microsoft.azure.toolkit.lib.legacy.appservice.DockerImageType
-
Packages that use DockerImageType Package Description com.microsoft.azure.toolkit.lib.legacy.appservice -
-
Uses of DockerImageType in com.microsoft.azure.toolkit.lib.legacy.appservice
Methods in com.microsoft.azure.toolkit.lib.legacy.appservice that return DockerImageType Modifier and Type Method Description static DockerImageTypeAppServiceUtils. getDockerImageType(String imageName, boolean hasCredential, String registryUrl)static DockerImageTypeDockerImageType. valueOf(String name)Returns the enum constant of this type with the specified name.static DockerImageType[]DockerImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-