LinkConnectionClient.GetDetailedStatus(String, CancellationToken) 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.
Get the detailed status of a link connection.
public virtual Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.LinkConnectionDetailedStatus> GetDetailedStatus (string linkConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDetailedStatus : string * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.LinkConnectionDetailedStatus>
override this.GetDetailedStatus : string * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.LinkConnectionDetailedStatus>
Public Overridable Function GetDetailedStatus (linkConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LinkConnectionDetailedStatus)
Parameters
- linkConnectionName
- String
The link connection name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
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