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 NetworkOperationStatus
NetworkOperationStatus.FAILED
Static value Failed for NetworkOperationStatus.static final NetworkOperationStatus
NetworkOperationStatus.IN_PROGRESS
Static value InProgress for NetworkOperationStatus.static final NetworkOperationStatus
NetworkOperationStatus.SUCCEEDED
Static value Succeeded for NetworkOperationStatus.Methods in com.microsoft.azure.management.network that return NetworkOperationStatusModifier and TypeMethodDescriptionstatic NetworkOperationStatus
NetworkOperationStatus.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.