CmdkeySetup interface
The custom setup of running cmdkey commands.
- Extends
Properties
password | The password of data source access. |
target |
The server name of data source access. |
type | Polymorphic discriminator, which specifies the different types this object can be |
user |
The user name of data source access. |
Property Details
password
targetName
The server name of data source access.
targetName: Record<string, unknown>
Property Value
Record<string, unknown>
type
Polymorphic discriminator, which specifies the different types this object can be
type: "CmdkeySetup"
Property Value
"CmdkeySetup"
userName
The user name of data source access.
userName: Record<string, unknown>
Property Value
Record<string, unknown>
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 JavaScript