Class StorageServiceUpdateParams.StorageServiceUpdateProperties
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.StorageServiceUpdateParams.StorageServiceUpdateProperties
-
- Enclosing class:
- StorageServiceUpdateParams
public abstract static class StorageServiceUpdateParams.StorageServiceUpdateProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description StorageServiceUpdateProperties()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StorageService.AccountType
accountType()
Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant storage, or read access geo-redundant storage.static StorageServiceUpdateParams.StorageServiceUpdateProperties
create(StorageService.AccountType accountType)
-
-
-
Method Detail
-
accountType
@Nullable public abstract StorageService.AccountType accountType()
Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant storage, or read access geo-redundant storage. Note: This implementation is for version 2015-10-01 and earlier. For version 2016-01-01 or later, refer to https://msdn.microsoft.com/en-us/library/mt163639.aspx
-
create
public static StorageServiceUpdateParams.StorageServiceUpdateProperties create(StorageService.AccountType accountType)
-
-