RepliconClient 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.
Typed client for replicon connector.
public class RepliconClient : Azure.Connectors.Sdk.ConnectorClientBase
type RepliconClient = class
inherit ConnectorClientBase
Public Class RepliconClient
Inherits ConnectorClientBase
- Inheritance
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) |