RegenerateKeysParameters Class
Parameters supplied to the Regenerate Authorization Rule keys operation.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelRegenerateKeysParameters
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python