Class CmdkeySetup
java.lang.Object
com.azure.resourcemanager.datafactory.models.CustomSetupBase
com.azure.resourcemanager.datafactory.models.CmdkeySetup
The custom setup of running cmdkey commands.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpassword()
Get the password property: The password of data source access.Get the targetName property: The server name of data source access.username()
Get the username property: The user name of data source access.void
validate()
Validates the instance.withPassword
(SecretBase password) Set the password property: The password of data source access.withTargetName
(Object targetName) Set the targetName property: The server name of data source access.withUsername
(Object username) Set the username property: The user name of data source access.
-
Constructor Details
-
CmdkeySetup
public CmdkeySetup()Creates an instance of CmdkeySetup class.
-
-
Method Details
-
targetName
Get the targetName property: The server name of data source access.- Returns:
- the targetName value.
-
withTargetName
Set the targetName property: The server name of data source access.- Parameters:
targetName
- the targetName value to set.- Returns:
- the CmdkeySetup object itself.
-
username
Get the username property: The user name of data source access.- Returns:
- the username value.
-
withUsername
Set the username property: The user name of data source access.- Parameters:
username
- the username value to set.- Returns:
- the CmdkeySetup object itself.
-
password
Get the password property: The password of data source access.- Returns:
- the password value.
-
withPassword
Set the password property: The password of data source access.- Parameters:
password
- the password value to set.- Returns:
- the CmdkeySetup object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classCustomSetupBase
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-