| Package | Description | 
|---|---|
| org.jclouds.azure.management.features | |
| org.jclouds.azure.management.options | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<String> | 
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
                                String label,
                                String location,
                                CreateHostedServiceOptions options)  | 
String | 
HostedServiceApi.createServiceWithLabelInLocation(String serviceName,
                                String label,
                                String location,
                                CreateHostedServiceOptions options)
same as  
HostedServiceApi.createServiceWithLabelInLocation(String, String, String) , except you can
 specify optional parameters such as extended properties or a description. | 
| Modifier and Type | Method and Description | 
|---|---|
CreateHostedServiceOptions | 
CreateHostedServiceOptions.clone()  | 
CreateHostedServiceOptions | 
CreateHostedServiceOptions.description(String description)  | 
static CreateHostedServiceOptions | 
CreateHostedServiceOptions.Builder.description(String description)  | 
CreateHostedServiceOptions | 
CreateHostedServiceOptions.extendedProperties(Map<String,String> extendedProperties)  | 
static CreateHostedServiceOptions | 
CreateHostedServiceOptions.Builder.extendedProperties(Map<String,String> extendedProperties)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.