Uses of Class
com.microsoft.azure.toolkit.lib.common.event.AzureOperationEvent.Stage
-
Packages that use AzureOperationEvent.Stage Package Description com.microsoft.azure.toolkit.lib.common.event -
-
Uses of AzureOperationEvent.Stage in com.microsoft.azure.toolkit.lib.common.event
Fields in com.microsoft.azure.toolkit.lib.common.event declared as AzureOperationEvent.Stage Modifier and Type Field Description private AzureOperationEvent.StageAzureOperationEvent. stageMethods in com.microsoft.azure.toolkit.lib.common.event that return AzureOperationEvent.Stage Modifier and Type Method Description static AzureOperationEvent.StageAzureOperationEvent.Stage. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureOperationEvent.Stage[]AzureOperationEvent.Stage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-