Share via


OracleServiceCloudLinkedService Constructors

Definition

Overloads

OracleServiceCloudLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret)

Initializes a new instance of OracleServiceCloudLinkedService.

OracleServiceCloudLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition)

Initializes a new instance of OracleServiceCloudLinkedService.

OracleServiceCloudLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret)

Source:
OracleServiceCloudLinkedService.cs

Initializes a new instance of OracleServiceCloudLinkedService.

public OracleServiceCloudLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> host, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> username, Azure.Core.Expressions.DataFactory.DataFactorySecret password);
new Azure.ResourceManager.DataFactory.Models.OracleServiceCloudLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecret -> Azure.ResourceManager.DataFactory.Models.OracleServiceCloudLinkedService
Public Sub New (host As DataFactoryElement(Of String), username As DataFactoryElement(Of String), password As DataFactorySecret)

Parameters

host
DataFactoryElement<String>

The URL of the Oracle Service Cloud instance.

username
DataFactoryElement<String>

The user name that you use to access Oracle Service Cloud server.

password
DataFactorySecret

The password corresponding to the user name that you provided in the username key.

Exceptions

host, username or password is null.

Applies to

OracleServiceCloudLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition)

Source:
OracleServiceCloudLinkedService.cs

Initializes a new instance of OracleServiceCloudLinkedService.

public OracleServiceCloudLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> host, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> username, Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition password);
new Azure.ResourceManager.DataFactory.Models.OracleServiceCloudLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition -> Azure.ResourceManager.DataFactory.Models.OracleServiceCloudLinkedService
Public Sub New (host As DataFactoryElement(Of String), username As DataFactoryElement(Of String), password As DataFactorySecretBaseDefinition)

Parameters

host
DataFactoryElement<String>

The URL of the Oracle Service Cloud instance.

username
DataFactoryElement<String>

The user name that you use to access Oracle Service Cloud server.

password
DataFactorySecretBaseDefinition

The password corresponding to the user name that you provided in the username key.

Exceptions

host, username or password is null.

Applies to