ILinkedServicesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LinkedServicesOperations operations.
public interface ILinkedServicesOperations
type ILinkedServicesOperations = interface
Public Interface ILinkedServicesOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, LinkedService, Dictionary<String,List<String>>, CancellationToken) |
Create or update a linked service. |
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a linked service instance. |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, LinkedService, Dictionary<String,List<String>>, CancellationToken) |
Create or update a linked service. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a linked service instance. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a linked service instance. |
ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the linked services instances in a workspace. |
Extension Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET