public class StorageAccountCreateParameters extends Object
| Constructor and Description |
|---|
StorageAccountCreateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
activeKeyName()
Get the activeKeyName value.
|
boolean |
autoRegenerateKey()
Get the autoRegenerateKey value.
|
String |
regenerationPeriod()
Get the regenerationPeriod value.
|
String |
resourceId()
Get the resourceId value.
|
StorageAccountAttributes |
storageAccountAttributes()
Get the storageAccountAttributes value.
|
Map<String,String> |
tags()
Get the tags value.
|
StorageAccountCreateParameters |
withActiveKeyName(String activeKeyName)
Set the activeKeyName value.
|
StorageAccountCreateParameters |
withAutoRegenerateKey(boolean autoRegenerateKey)
Set the autoRegenerateKey value.
|
StorageAccountCreateParameters |
withRegenerationPeriod(String regenerationPeriod)
Set the regenerationPeriod value.
|
StorageAccountCreateParameters |
withResourceId(String resourceId)
Set the resourceId value.
|
StorageAccountCreateParameters |
withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.
|
StorageAccountCreateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
public String resourceId()
public StorageAccountCreateParameters withResourceId(String resourceId)
resourceId - the resourceId value to setpublic String activeKeyName()
public StorageAccountCreateParameters withActiveKeyName(String activeKeyName)
activeKeyName - the activeKeyName value to setpublic boolean autoRegenerateKey()
public StorageAccountCreateParameters withAutoRegenerateKey(boolean autoRegenerateKey)
autoRegenerateKey - the autoRegenerateKey value to setpublic String regenerationPeriod()
public StorageAccountCreateParameters withRegenerationPeriod(String regenerationPeriod)
regenerationPeriod - the regenerationPeriod value to setpublic StorageAccountAttributes storageAccountAttributes()
public StorageAccountCreateParameters withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
storageAccountAttributes - the storageAccountAttributes value to setpublic StorageAccountCreateParameters 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.
*/