public final class StorageAccountRegenerateKeyParameters extends Object
| Constructor and Description |
|---|
StorageAccountRegenerateKeyParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyName()
Get the keyName property: The name of storage keys that want to be regenerated, possible values are key1, key2,
kerb1, kerb2.
|
void |
validate()
Validates the instance.
|
StorageAccountRegenerateKeyParameters |
withKeyName(String keyName)
Set the keyName property: 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.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.