public class DatabaseAccountRegenerateKeyParameters extends Object
| Constructor and Description |
|---|
DatabaseAccountRegenerateKeyParameters() |
| Modifier and Type | Method and Description |
|---|---|
KeyKind |
keyKind()
Get the access key to regenerate.
|
DatabaseAccountRegenerateKeyParameters |
withKeyKind(KeyKind keyKind)
Set the access key to regenerate.
|
public DatabaseAccountRegenerateKeyParameters()
public KeyKind keyKind()
public DatabaseAccountRegenerateKeyParameters withKeyKind(KeyKind keyKind)
keyKind - the keyKind 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.
*/