public abstract class StorageServiceUpdateParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StorageServiceUpdateParams.StorageServiceUpdateProperties |
Constructor and Description |
---|
StorageServiceUpdateParams() |
Modifier and Type | Method and 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.
|
public abstract StorageServiceUpdateParams.StorageServiceUpdateProperties storageServiceProperties()
public static StorageServiceUpdateParams create(Map<String,String> tags, StorageServiceUpdateParams.StorageServiceUpdateProperties storageServiceProperties)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.