Uses of Class
com.microsoft.azure.management.network.NetworkOperationStatus
-
Packages that use NetworkOperationStatus Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of NetworkOperationStatus in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as NetworkOperationStatus Modifier and Type Field Description static NetworkOperationStatusNetworkOperationStatus. FAILEDStatic value Failed for NetworkOperationStatus.static NetworkOperationStatusNetworkOperationStatus. IN_PROGRESSStatic value InProgress for NetworkOperationStatus.static NetworkOperationStatusNetworkOperationStatus. SUCCEEDEDStatic value Succeeded for NetworkOperationStatus.Methods in com.microsoft.azure.management.network that return NetworkOperationStatus Modifier and Type Method Description static NetworkOperationStatusNetworkOperationStatus. fromString(String name)Creates or finds a NetworkOperationStatus from its string representation.NetworkOperationStatusAzureAsyncOperationResult. status()Get the status value.Methods in com.microsoft.azure.management.network that return types with arguments of type NetworkOperationStatus Modifier and Type Method Description static Collection<NetworkOperationStatus>NetworkOperationStatus. values()Methods in com.microsoft.azure.management.network with parameters of type NetworkOperationStatus Modifier and Type Method Description AzureAsyncOperationResultAzureAsyncOperationResult. withStatus(NetworkOperationStatus status)Set the status value.
-