SynapseCmdkeySetup(BinaryData, BinaryData, SynapseSecretBase) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SynapseCmdkeySetup.
public SynapseCmdkeySetup (BinaryData targetName, BinaryData userName, Azure.ResourceManager.Synapse.Models.SynapseSecretBase password);
new Azure.ResourceManager.Synapse.Models.SynapseCmdkeySetup : BinaryData * BinaryData * Azure.ResourceManager.Synapse.Models.SynapseSecretBase -> Azure.ResourceManager.Synapse.Models.SynapseCmdkeySetup
Public Sub New (targetName As BinaryData, userName As BinaryData, password As SynapseSecretBase)
Parameters
- targetName
- BinaryData
The server name of data source access.
- userName
- BinaryData
The user name of data source access.
- password
- SynapseSecretBase
The password of data source access. Please note SynapseSecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SynapseSecureString.
Exceptions
targetName
, userName
or password
is null.