AzureBlobStorageLinkedService Constructors

Definition

Overloads

AzureBlobStorageLinkedService()

Initializes a new instance of the AzureBlobStorageLinkedService class.

AzureBlobStorageLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, AzureKeyVaultSecretReference, Object, AzureKeyVaultSecretReference, String, Object, SecretBase, Object, Object, String, String, CredentialReference)

Initializes a new instance of the AzureBlobStorageLinkedService class.

AzureBlobStorageLinkedService()

Initializes a new instance of the AzureBlobStorageLinkedService class.

public AzureBlobStorageLinkedService ();
Public Sub New ()

Applies to

AzureBlobStorageLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, AzureKeyVaultSecretReference, Object, AzureKeyVaultSecretReference, String, Object, SecretBase, Object, Object, String, String, CredentialReference)

Initializes a new instance of the AzureBlobStorageLinkedService class.

public AzureBlobStorageLinkedService (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object connectionString = default, Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference accountKey = default, object sasUri = default, Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference sasToken = default, string serviceEndpoint = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, object tenant = default, object azureCloudType = default, string accountKind = default, string encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBlobStorageLinkedService : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference * obj * Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference * string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * string * string * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.AzureBlobStorageLinkedService
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional connectionString As Object = Nothing, Optional accountKey As AzureKeyVaultSecretReference = Nothing, Optional sasUri As Object = Nothing, Optional sasToken As AzureKeyVaultSecretReference = Nothing, Optional serviceEndpoint As String = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional tenant As Object = Nothing, Optional azureCloudType As Object = Nothing, Optional accountKind As String = Nothing, Optional encryptedCredential As String = Nothing, Optional credential As CredentialReference = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

connectVia
IntegrationRuntimeReference

The integration runtime reference.

description
String

Linked service description.

parameters
IDictionary<String,ParameterSpecification>

Parameters for linked service.

annotations
IList<Object>

List of tags that can be used for describing the linked service.

connectionString
Object

The connection string. It is mutually exclusive with sasUri, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference.

accountKey
AzureKeyVaultSecretReference

The Azure key vault secret reference of accountKey in connection string.

sasUri
Object

SAS URI of the Azure Blob Storage resource. It is mutually exclusive with connectionString, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference.

sasToken
AzureKeyVaultSecretReference

The Azure key vault secret reference of sasToken in sas uri.

serviceEndpoint
String

Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.

servicePrincipalId
Object

The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).

servicePrincipalKey
SecretBase

The key of the service principal used to authenticate against Azure SQL Data Warehouse.

tenant
Object

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

azureCloudType
Object

Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).

accountKind
String

Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string).

encryptedCredential
String

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

credential
CredentialReference

The credential reference containing authentication information.

Applies to