CmdkeySetup Class

The custom setup of running cmdkey commands.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.CustomSetupBase
CmdkeySetup

Constructor

CmdkeySetup(*, target_name: Any, user_name: Any, password: _models.SecretBase, **kwargs)

Variables

type
str

Required. The type of custom setup.Constant filled by server.

target_name
any

Required. The server name of data source access.

user_name
any

Required. The user name of data source access.

password
SecretBase

Required. The password of data source access.