Uses of Class
com.azure.resourcemanager.datafactory.models.Office365LinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of Office365LinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionOffice365LinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.Office365LinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.Office365LinkedService.withDescription
(String description) Set the description property: Linked service description.Office365LinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Office365LinkedService.withOffice365TenantId
(Object office365TenantId) Set the office365TenantId property: Azure tenant ID to which the Office 365 account belongs.Office365LinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.Office365LinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: Specify the application's client ID.Office365LinkedService.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: Specify the application's key.Office365LinkedService.withServicePrincipalTenantId
(Object servicePrincipalTenantId) Set the servicePrincipalTenantId property: Specify the tenant information under which your Azure AD web application resides.