public class StorageAccountParameters extends Object
| Constructor and Description |
|---|
StorageAccountParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKey()
Get the accessKey value.
|
String |
name()
Get the name value.
|
StorageAccountParameters |
withAccessKey(String accessKey)
Set the accessKey value.
|
StorageAccountParameters |
withName(String name)
Set the name value.
|
public String name()
public StorageAccountParameters withName(String name)
name - the name value to setpublic String accessKey()
public StorageAccountParameters withAccessKey(String accessKey)
accessKey - the accessKey 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.
*/