RepliconClient Class

Definition

Typed client for replicon connector.

public class RepliconClient : Azure.Connectors.Sdk.ConnectorClientBase
type RepliconClient = class
    inherit ConnectorClientBase
Public Class RepliconClient
Inherits ConnectorClientBase
Inheritance
RepliconClient

Constructors

Name Description
RepliconClient()
RepliconClient(String)

Creates a new RepliconClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default.

RepliconClient(Uri, TokenCredential, ConnectorClientOptions)

Creates a new RepliconClient with the specified connection runtime URL and credential.

RepliconClient(Uri, TokenCredential)

Creates a new RepliconClient with the specified connection runtime URL and credential.

RepliconClient(Uri)

Creates a new RepliconClient with the specified connection runtime URL. Uses ManagedIdentityCredential by default.

Properties

Name Description
ConnectorName
Pipeline

Gets the HTTP pipeline for making connector requests.

(Inherited from ConnectorClientBase)

Methods

Name Description
BulkGetProjectDetails3Async(BulkGetProjectDetails3Input, String, CancellationToken)

Get Project Details

BulkGetTimeEnteredSummaryAsync(BulkGetTimeEnteredSummaryInput, String, CancellationToken)

Get Time Entered Summary

CallConnectorAsync(HttpMethod, String, Object, CancellationToken)

Sends a connector API request with no response body. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CallConnectorAsync<TResponse>(HttpMethod, String, Object, CancellationToken)

Sends a connector API request and deserializes the JSON response. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CreateProjectOrApplyModificationsAsync(CreateProjectOrApplyModificationsInput, String, CancellationToken)

Create Project Or Apply Modifications

CreateTaskHierarchyOrApplyModificationsAsync(CreateTaskHierarchyOrApplyModificationsInput, String, CancellationToken)

Create Task Hierarchy Or Apply Modifications

Dispose() (Inherited from ConnectorClientBase)
Dispose(Boolean)

Disposes the connector client resources.

(Inherited from ConnectorClientBase)
GetDescendantTaskDetailsAsync(GetDescendantTaskDetailsInput, String, CancellationToken)

Get Descendant Task Details

GetMyTenantEndpointDetailsAsync(CancellationToken)

Get Tenant End Point Details

GetTimesheetSummaryAsync(GetTimesheetSummaryInput, String, CancellationToken)

Get Timesheet Summary

MoveTaskAsync(MoveTaskInput, String, CancellationToken)

Move Task

PutProjectTeamMemberAssignmentsAsync(PutProjectTeamMemberAssignmentsInput, String, CancellationToken)

Put Project Team Member Assignments

PutResourceAssignmentsAsync(PutResourceAssignmentsInput, String, CancellationToken)

Rewrite Resource Assignment of a task

ResolveUrl(String)

Resolves a relative path or validates an absolute URL against the connection runtime URL. When the NextLink host matches the connection URL, it's used as-is. When it doesn't match (codeless connectors like ARM return nextLink pointing to the backend host e.g. management.azure.com), the path+query is extracted and routed through the APIM proxy. This is safe because the request still goes through the connection runtime URL with API Hub auth.

(Inherited from ConnectorClientBase)
TaskListServiceGetDataAsync(TaskListServiceGetDataInput, String, CancellationToken)

Task List Service Get Data

UserListServiceGetDataAsync(UserListServiceGetDataInput, String, CancellationToken)

Get User List

Applies to