CmdkeySetup Class
The custom setup of running cmdkey commands.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.CustomSetupBaseCmdkeySetup
Constructor
CmdkeySetup(*, target_name: MutableMapping[str, Any], user_name: MutableMapping[str, Any], password: _models.SecretBase, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_name
|
<xref:JSON>
The server name of data source access. Type: string. Required. |
user_name
|
<xref:JSON>
The user name of data source access. Type: string. Required. |
password
|
The password of data source access. Required. |
Variables
Name | Description |
---|---|
type
|
The type of custom setup. Required. |
target_name
|
<xref:JSON>
The server name of data source access. Type: string. Required. |
user_name
|
<xref:JSON>
The user name of data source access. Type: string. Required. |
password
|
The password of data source access. Required. |
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