Class StorageAccountInVhost
- java.lang.Object
-
- org.jclouds.azure.storage.util.storageurl.StorageAccountInVhost
-
- All Implemented Interfaces:
com.google.common.base.Supplier<URI>
,Supplier<URI>
,StorageUrlSupplier
@Singleton public class StorageAccountInVhost extends Object implements StorageUrlSupplier
-
-
Constructor Summary
Constructors Constructor Description StorageAccountInVhost(com.google.common.base.Supplier<URI> endpointSupplier, com.google.common.base.Supplier<Credentials> credentialsSupplier, AuthType authType, String account)
-
-
-
Constructor Detail
-
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)
-
-