IntegrationRuntimeAuthKeys Class
The integration runtime authentication keys.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeAuthKeys
Constructor
IntegrationRuntimeAuthKeys(*, auth_key1: str | None = None, auth_key2: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
auth_key1
|
The primary integration runtime authentication key. |
auth_key2
|
The secondary integration runtime authentication key. |
Variables
Name | Description |
---|---|
auth_key1
|
The primary integration runtime authentication key. |
auth_key2
|
The secondary integration runtime authentication key. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python