IntegrationRuntimeRegenerateKeyParameters Class
Parameters to regenerate the authentication key.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeRegenerateKeyParameters
Constructor
IntegrationRuntimeRegenerateKeyParameters(*, key_name: str | _models.IntegrationRuntimeAuthKeyName | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_name
|
The name of the authentication key to regenerate. Known values are: "authKey1" and "authKey2". |
Variables
Name | Description |
---|---|
key_name
|
The name of the authentication key to regenerate. Known values are: "authKey1" and "authKey2". |
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