CmdkeySetup Class
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.
The custom setup of running cmdkey commands.
public class CmdkeySetup : Azure.ResourceManager.DataFactory.Models.CustomSetupBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.CmdkeySetup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.CmdkeySetup>
public class CmdkeySetup : Azure.ResourceManager.DataFactory.Models.CustomSetupBase
type CmdkeySetup = class
inherit CustomSetupBase
interface IJsonModel<CmdkeySetup>
interface IPersistableModel<CmdkeySetup>
type CmdkeySetup = class
inherit CustomSetupBase
Public Class CmdkeySetup
Inherits CustomSetupBase
Implements IJsonModel(Of CmdkeySetup), IPersistableModel(Of CmdkeySetup)
Public Class CmdkeySetup
Inherits CustomSetupBase
- Inheritance
- Implements
Constructors
CmdkeySetup(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret) |
Initializes a new instance of CmdkeySetup. |
CmdkeySetup(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition) |
Initializes a new instance of CmdkeySetup. |
Properties
Password |
The password of data source access. |
TargetName |
The server name of data source access. Type: string. |
UserName |
The user name of data source access. Type: string. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from CustomSetupBase) |
Explicit Interface Implementations
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET