Class StorageServiceUpdateParams
java.lang.Object
org.jclouds.azurecompute.arm.domain.StorageServiceUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageServiceUpdateParams
create
(Map<String, String> tags, StorageServiceUpdateParams.StorageServiceUpdateProperties storageServiceProperties) Specifies the properties of the storage account.tags()
Specifies the tags of the storage account.
-
Constructor Details
-
StorageServiceUpdateParams
public StorageServiceUpdateParams()
-
-
Method Details
-
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)
-