Uses of Class
com.microsoft.azure.management.network.NetworkOperationStatus
Packages that use NetworkOperationStatus
Package
Description
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 NetworkOperationStatusModifier and TypeFieldDescriptionstatic final NetworkOperationStatusNetworkOperationStatus.FAILEDStatic value Failed for NetworkOperationStatus.static final NetworkOperationStatusNetworkOperationStatus.IN_PROGRESSStatic value InProgress for NetworkOperationStatus.static final NetworkOperationStatusNetworkOperationStatus.SUCCEEDEDStatic value Succeeded for NetworkOperationStatus.Methods in com.microsoft.azure.management.network that return NetworkOperationStatusModifier and TypeMethodDescriptionstatic NetworkOperationStatusNetworkOperationStatus.fromString(String name) Creates or finds a NetworkOperationStatus from its string representation.AzureAsyncOperationResult.status()Get status of the Azure async operation.Methods in com.microsoft.azure.management.network that return types with arguments of type NetworkOperationStatusModifier and TypeMethodDescriptionstatic Collection<NetworkOperationStatus>NetworkOperationStatus.values()Methods in com.microsoft.azure.management.network with parameters of type NetworkOperationStatusModifier and TypeMethodDescriptionAzureAsyncOperationResult.withStatus(NetworkOperationStatus status) Set status of the Azure async operation.