Class StorageServiceUpdateParams
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.StorageServiceUpdateParams
-
public abstract class StorageServiceUpdateParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StorageServiceUpdateParams.StorageServiceUpdateProperties
-
Constructor Summary
Constructors Constructor Description StorageServiceUpdateParams()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static StorageServiceUpdateParams
create(Map<String,String> tags, StorageServiceUpdateParams.StorageServiceUpdateProperties storageServiceProperties)
abstract StorageServiceUpdateParams.StorageServiceUpdateProperties
storageServiceProperties()
Specifies the properties of the storage account.abstract Map<String,String>
tags()
Specifies the tags of the storage account.
-
-
-
Method Detail
-
tags
@Nullable public abstract Map<String,String> tags()
Specifies the tags of the storage account.
-
storageServiceProperties
public abstract StorageServiceUpdateParams.StorageServiceUpdateProperties storageServiceProperties()
Specifies the properties of the storage account.
-
create
public static StorageServiceUpdateParams create(Map<String,String> tags, StorageServiceUpdateParams.StorageServiceUpdateProperties storageServiceProperties)
-
-