LinkedServiceClient.StartCreateOrUpdateLinkedService Method
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.
Creates or updates a linked service.
public virtual Azure.Analytics.Synapse.Artifacts.LinkedServiceCreateOrUpdateLinkedServiceOperation StartCreateOrUpdateLinkedService (string linkedServiceName, Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceResource linkedService, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateOrUpdateLinkedService : string * Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceResource * string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.LinkedServiceCreateOrUpdateLinkedServiceOperation
override this.StartCreateOrUpdateLinkedService : string * Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceResource * string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.LinkedServiceCreateOrUpdateLinkedServiceOperation
Public Overridable Function StartCreateOrUpdateLinkedService (linkedServiceName As String, linkedService As LinkedServiceResource, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As LinkedServiceCreateOrUpdateLinkedServiceOperation
Parameters
- linkedServiceName
- String
The linked service name.
- linkedService
- LinkedServiceResource
Linked service resource definition.
- ifMatch
- String
ETag of the linkedService entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
linkedServiceName
or linkedService
is null.
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