CmdkeySetup Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. CustomSetupBase - com.
azure. resourcemanager. synapse. models. CmdkeySetup
- com.
- com.
public final class CmdkeySetup
extends CustomSetupBase
The custom setup of running cmdkey commands.
Constructor Summary
| Constructor | Description |
|---|---|
| CmdkeySetup() |
Creates an instance of Cmdkey |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cmdkey |
fromJson(JsonReader jsonReader)
Reads an instance of Cmdkey |
|
Secret |
password()
Get the password property: The password of data source access. |
| Object |
targetName()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of custom setup. |
| Object |
username()
Get the username property: The user name of data source access. |
| void |
validate()
Validates the instance. |
|
Cmdkey |
withPassword(SecretBase password)
Set the password property: The password of data source access. |
|
Cmdkey |
withTargetName(Object targetName)
Set the target |
|
Cmdkey |
withUsername(Object username)
Set the username property: The user name of data source access. |
Methods inherited from CustomSetupBase
Methods inherited from java.lang.Object
Constructor Details
CmdkeySetup
public CmdkeySetup()
Creates an instance of CmdkeySetup class.
Method Details
fromJson
public static CmdkeySetup fromJson(JsonReader jsonReader)
Reads an instance of CmdkeySetup from the JsonReader.
Parameters:
Returns:
Throws:
password
public SecretBase password()
Get the password property: The password of data source access.
Returns:
targetName
public Object targetName()
Get the targetName property: The server name of data source access.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CmdkeySetup.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of custom setup.
Overrides:
CmdkeySetup.type()Returns:
username
public Object username()
Get the username property: The user name of data source access.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
CmdkeySetup.validate()withPassword
public CmdkeySetup withPassword(SecretBase password)
Set the password property: The password of data source access.
Parameters:
Returns:
withTargetName
public CmdkeySetup withTargetName(Object targetName)
Set the targetName property: The server name of data source access.
Parameters:
Returns:
withUsername
public CmdkeySetup withUsername(Object username)
Set the username property: The user name of data source access.
Parameters:
Returns: