| Package | Description | 
|---|---|
| org.jclouds.azure.management.domain | 
| Modifier and Type | Method and Description | 
|---|---|
static Operation.Status | 
Operation.Status.fromValue(String status)  | 
Operation.Status | 
Operation.getStatus()
The status of the asynchronous request. 
 | 
static Operation.Status | 
Operation.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Operation.Status[] | 
Operation.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Operation.Builder | 
Operation.Builder.status(Operation.Status status)  | 
| Constructor and Description | 
|---|
Operation(String id,
         String rawStatus,
         Operation.Status status,
         com.google.common.base.Optional<Integer> httpStatusCode,
         com.google.common.base.Optional<Error> error)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.