Uses of Class
com.azure.resourcemanager.datafactory.models.RestServiceLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of RestServiceLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionRestServiceLinkedService.withAadResourceId
(Object aadResourceId) Set the aadResourceId property: The resource you are requesting authorization to use.RestServiceLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.RestServiceLinkedService.withAuthenticationType
(RestServiceAuthenticationType authenticationType) Set the authenticationType property: Type of authentication used to connect to the REST service.RestServiceLinkedService.withAuthHeaders
(Object authHeaders) Set the authHeaders property: The additional HTTP headers in the request to RESTful API used for authorization.RestServiceLinkedService.withAzureCloudType
(Object azureCloudType) Set the azureCloudType property: Indicates the azure cloud type of the service principle auth.RestServiceLinkedService.withClientId
(Object clientId) Set the clientId property: The client ID associated with your application.RestServiceLinkedService.withClientSecret
(SecretBase clientSecret) Set the clientSecret property: The client secret associated with your application.RestServiceLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.RestServiceLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.RestServiceLinkedService.withDescription
(String description) Set the description property: Linked service description.RestServiceLinkedService.withEnableServerCertificateValidation
(Object enableServerCertificateValidation) Set the enableServerCertificateValidation property: Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true.RestServiceLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.RestServiceLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.RestServiceLinkedService.withPassword
(SecretBase password) Set the password property: The password used in Basic authentication type.RestServiceLinkedService.withResource
(Object resource) Set the resource property: The target service or resource to which the access will be requested.Set the scope property: The scope of the access required.RestServiceLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The application's client ID used in AadServicePrincipal authentication type.RestServiceLinkedService.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: The application's key used in AadServicePrincipal authentication type.RestServiceLinkedService.withTenant
(Object tenant) Set the tenant property: The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.RestServiceLinkedService.withTokenEndpoint
(Object tokenEndpoint) Set the tokenEndpoint property: The token endpoint of the authorization server to acquire access token.Set the url property: The base URL of the REST service.RestServiceLinkedService.withUsername
(Object username) Set the username property: The user name used in Basic authentication type.