public class StorageAccountRegenerateKeyParameters extends Object
| Constructor and Description |
|---|
StorageAccountRegenerateKeyParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyName()
Get the name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2.
|
StorageAccountRegenerateKeyParameters |
withKeyName(String keyName)
Set the name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2.
|
public StorageAccountRegenerateKeyParameters()
public String keyName()
public StorageAccountRegenerateKeyParameters withKeyName(String keyName)
keyName - the keyName 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.
*/