DatabaseAccountRegenerateKeyParameters Class

Parameters to regenerate the keys within the database account.

All required parameters must be populated in order to send to Azure.

Inheritance
DatabaseAccountRegenerateKeyParameters

Constructor

DatabaseAccountRegenerateKeyParameters(*, key_kind: Union[str, _models.KeyKind], **kwargs)

Variables

key_kind
str or KeyKind

Required. The access key to regenerate. Known values are: "primary", "secondary", "primaryReadonly", "secondaryReadonly".