RegenerateKeysParameters Class

Parameters supplied to the Regenerate Authorization Rule keys operation.

Inheritance
azure.mgmt.eventhub._serialization.Model
RegenerateKeysParameters

Constructor

RegenerateKeysParameters(*, policykey: str | _models.Policykey | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
policykey

Key that needs to be regenerated. Known values are: "PrimaryKey" and "SecondaryKey".

Variables

Name Description
policykey

Key that needs to be regenerated. Known values are: "PrimaryKey" and "SecondaryKey".