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