Uses of Class
com.azure.resourcemanager.datafactory.models.AzureFileStorageLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureFileStorageLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureFileStorageLinkedService.withAccountKey
(AzureKeyVaultSecretReference accountKey) Set the accountKey property: The Azure key vault secret reference of accountKey in connection string.AzureFileStorageLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureFileStorageLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: The connection string.AzureFileStorageLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureFileStorageLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureFileStorageLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzureFileStorageLinkedService.withFileShare
(Object fileShare) Set the fileShare property: The azure file share name.Set the host property: Host name of the server.AzureFileStorageLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureFileStorageLinkedService.withPassword
(SecretBase password) Set the password property: Password to logon the server.AzureFileStorageLinkedService.withSasToken
(AzureKeyVaultSecretReference sasToken) Set the sasToken property: The Azure key vault secret reference of sasToken in sas uri.AzureFileStorageLinkedService.withSasUri
(Object sasUri) Set the sasUri property: SAS URI of the Azure File resource.AzureFileStorageLinkedService.withSnapshot
(Object snapshot) Set the snapshot property: The azure file share snapshot version.AzureFileStorageLinkedService.withUserId
(Object userId) Set the userId property: User ID to logon the server.