LinkConnectionClient Class
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.
The LinkConnection service client.
public class LinkConnectionClient
type LinkConnectionClient = class
Public Class LinkConnectionClient
- Inheritance
-
LinkConnectionClient
Constructors
LinkConnectionClient() |
Initializes a new instance of LinkConnectionClient for mocking. |
LinkConnectionClient(Uri, TokenCredential, ArtifactsClientOptions) |
Initializes a new instance of LinkConnectionClient. |
Methods
CreateOrUpdate(String, LinkConnectionResource, CancellationToken) |
Creates or updates a link connection. |
CreateOrUpdateAsync(String, LinkConnectionResource, CancellationToken) |
Creates or updates a link connection. |
Delete(String, CancellationToken) |
Delete a link connection. |
DeleteAsync(String, CancellationToken) |
Delete a link connection. |
EditTables(String, EditTablesRequest, CancellationToken) |
Edit tables for a link connection. |
EditTablesAsync(String, EditTablesRequest, CancellationToken) |
Edit tables for a link connection. |
Get(String, CancellationToken) |
Get a link connection. |
GetAsync(String, CancellationToken) |
Get a link connection. |
GetDetailedStatus(String, CancellationToken) |
Get the detailed status of a link connection. |
GetDetailedStatusAsync(String, CancellationToken) |
Get the detailed status of a link connection. |
ListByWorkspace(CancellationToken) |
List link connections. |
ListByWorkspaceAsync(CancellationToken) |
List link connections. |
ListLinkTables(String, CancellationToken) |
List the link tables of a link connection. |
ListLinkTablesAsync(String, CancellationToken) |
List the link tables of a link connection. |
Pause(String, CancellationToken) |
Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with LinkConnection_GetDetailedStatus. |
PauseAsync(String, CancellationToken) |
Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with LinkConnection_GetDetailedStatus. |
QueryTableStatus(String, QueryTableStatusRequest, CancellationToken) |
Query the link table status of a link connection. |
QueryTableStatusAsync(String, QueryTableStatusRequest, CancellationToken) |
Query the link table status of a link connection. |
Resume(String, CancellationToken) |
Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status with LinkConnection_GetDetailedStatus. |
ResumeAsync(String, CancellationToken) |
Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status with LinkConnection_GetDetailedStatus. |
Start(String, CancellationToken) |
Start a link connection. It may take a few minutes from Starting to Running, monitor the status with LinkConnection_GetDetailedStatus. |
StartAsync(String, CancellationToken) |
Start a link connection. It may take a few minutes from Starting to Running, monitor the status with LinkConnection_GetDetailedStatus. |
Stop(String, CancellationToken) |
Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with LinkConnection_GetDetailedStatus. |
StopAsync(String, CancellationToken) |
Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with LinkConnection_GetDetailedStatus. |
UpdateLandingZoneCredential(String, UpdateLandingZoneCredential, CancellationToken) |
Update landing zone credential of a link connection. |
UpdateLandingZoneCredentialAsync(String, UpdateLandingZoneCredential, CancellationToken) |
Update landing zone credential of a link connection. |