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
Fields in com.microsoft.azure.toolkit.lib.common.operation declared as AzureOperation.Type Modifier and Type Field Description private AzureOperation.TypeSimpleOperation. typeMethods 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.
-