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 -
Method Summary
Modifier and TypeMethodDescriptionabstract StorageService.AccountType
Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant storage, or read access geo-redundant storage.create
(StorageService.AccountType accountType)
-
Constructor Details
-
StorageServiceUpdateProperties
public StorageServiceUpdateProperties()
-
-
Method Details
-
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)
-