OracleServiceCloudLinkedService(Object, Object, SecretBase) 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 OracleServiceCloudLinkedService.
public OracleServiceCloudLinkedService (object host, object username, Azure.Analytics.Synapse.Artifacts.Models.SecretBase password);
new Azure.Analytics.Synapse.Artifacts.Models.OracleServiceCloudLinkedService : obj * obj * Azure.Analytics.Synapse.Artifacts.Models.SecretBase -> Azure.Analytics.Synapse.Artifacts.Models.OracleServiceCloudLinkedService
Public Sub New (host As Object, username As Object, password As SecretBase)
Parameters
- host
- Object
The URL of the Oracle Service Cloud instance.
- username
- Object
The user name that you use to access Oracle Service Cloud server.
- password
- SecretBase
The password corresponding to the user name that you provided in the username key. Please note SecretBase 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 AzureKeyVaultSecretReference and SecureString.
Exceptions
host
, username
or password
is null.
Applies to
Azure SDK for .NET