DatabaseAccountRegenerateKeyParameters Class

Parameters to regenerate the keys within the database account.

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

Inheritance
azure.mgmt.cosmosdb._serialization.Model
DatabaseAccountRegenerateKeyParameters

Constructor

DatabaseAccountRegenerateKeyParameters(*, key_kind: str | _models.KeyKind, **kwargs: Any)

Keyword-Only Parameters

Name Description
key_kind

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

Variables

Name Description
key_kind

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