public final class DatabaseAccountRegenerateKeyParameters extends Object
| Constructor and Description |
|---|
DatabaseAccountRegenerateKeyParameters() |
| Modifier and Type | Method and Description |
|---|---|
KeyKind |
keyKind()
Get the keyKind property: The access key to regenerate.
|
void |
validate()
Validates the instance.
|
DatabaseAccountRegenerateKeyParameters |
withKeyKind(KeyKind keyKind)
Set the keyKind property: The access key to regenerate.
|
public DatabaseAccountRegenerateKeyParameters()
public KeyKind keyKind()
public DatabaseAccountRegenerateKeyParameters withKeyKind(KeyKind keyKind)
keyKind - the keyKind value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.