Class StorageAccountInVhost
java.lang.Object
org.jclouds.azure.storage.util.storageurl.StorageAccountInVhost
- All Implemented Interfaces:
 com.google.common.base.Supplier<URI>,Supplier<URI>,StorageUrlSupplier
- 
Constructor Summary
ConstructorsConstructorDescriptionStorageAccountInVhost(com.google.common.base.Supplier<URI> endpointSupplier, com.google.common.base.Supplier<Credentials> credentialsSupplier, AuthType authType, String account)  - 
Method Summary
 
- 
Constructor Details
- 
StorageAccountInVhost
@Inject public StorageAccountInVhost(com.google.common.base.Supplier<URI> endpointSupplier, com.google.common.base.Supplier<Credentials> credentialsSupplier, AuthType authType, @Named("jclouds.azureblob.account") String account)  
 - 
 - 
Method Details