public class StorageAccountUpdateParameters extends Object
| Constructor and Description |
|---|
StorageAccountUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
activeKeyName()
Get the activeKeyName value.
|
Boolean |
autoRegenerateKey()
Get the autoRegenerateKey value.
|
String |
regenerationPeriod()
Get the regenerationPeriod value.
|
StorageAccountAttributes |
storageAccountAttributes()
Get the storageAccountAttributes value.
|
Map<String,String> |
tags()
Get the tags value.
|
StorageAccountUpdateParameters |
withActiveKeyName(String activeKeyName)
Set the activeKeyName value.
|
StorageAccountUpdateParameters |
withAutoRegenerateKey(Boolean autoRegenerateKey)
Set the autoRegenerateKey value.
|
StorageAccountUpdateParameters |
withRegenerationPeriod(String regenerationPeriod)
Set the regenerationPeriod value.
|
StorageAccountUpdateParameters |
withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.
|
StorageAccountUpdateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
public String activeKeyName()
public StorageAccountUpdateParameters withActiveKeyName(String activeKeyName)
activeKeyName - the activeKeyName value to setpublic Boolean autoRegenerateKey()
public StorageAccountUpdateParameters withAutoRegenerateKey(Boolean autoRegenerateKey)
autoRegenerateKey - the autoRegenerateKey value to setpublic String regenerationPeriod()
public StorageAccountUpdateParameters withRegenerationPeriod(String regenerationPeriod)
regenerationPeriod - the regenerationPeriod value to setpublic StorageAccountAttributes storageAccountAttributes()
public StorageAccountUpdateParameters withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
storageAccountAttributes - the storageAccountAttributes value to setpublic StorageAccountUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/