Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.LinkedServiceResourceInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of LinkedServiceResourceInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionLinkedServicesClient.createOrUpdate
(String resourceGroupName, String factoryName, String linkedServiceName, LinkedServiceResourceInner linkedService) Creates or updates a linked service.Gets a linked service.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<LinkedServiceResourceInner>
LinkedServicesClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String linkedServiceName, LinkedServiceResourceInner linkedService, String ifMatch, com.azure.core.util.Context context) Creates or updates a linked service.com.azure.core.http.rest.Response<LinkedServiceResourceInner>
LinkedServicesClient.getWithResponse
(String resourceGroupName, String factoryName, String linkedServiceName, String ifNoneMatch, com.azure.core.util.Context context) Gets a linked service.com.azure.core.http.rest.PagedIterable<LinkedServiceResourceInner>
LinkedServicesClient.listByFactory
(String resourceGroupName, String factoryName) Lists linked services.com.azure.core.http.rest.PagedIterable<LinkedServiceResourceInner>
LinkedServicesClient.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists linked services.Modifier and TypeMethodDescriptionLinkedServicesClient.createOrUpdate
(String resourceGroupName, String factoryName, String linkedServiceName, LinkedServiceResourceInner linkedService) Creates or updates a linked service.com.azure.core.http.rest.Response<LinkedServiceResourceInner>
LinkedServicesClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String linkedServiceName, LinkedServiceResourceInner linkedService, String ifMatch, com.azure.core.util.Context context) Creates or updates a linked service. -
Uses of LinkedServiceResourceInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionLinkedServiceResourceInner.withProperties
(LinkedService properties) Set the properties property: Properties of linked service. -
Uses of LinkedServiceResourceInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionLinkedServiceResource.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.LinkedServiceResourceInner object.Modifier and TypeMethodDescriptionLinkedServiceListResponse.value()
Get the value property: List of linked services.Modifier and TypeMethodDescriptionLinkedServiceListResponse.withValue
(List<LinkedServiceResourceInner> value) Set the value property: List of linked services.