DocuwareClient 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 docuware connector.
public class DocuwareClient : Azure.Connectors.Sdk.ConnectorClientBase
type DocuwareClient = class
inherit ConnectorClientBase
Public Class DocuwareClient
Inherits ConnectorClientBase
- Inheritance
Constructors
| Name | Description |
|---|---|
| DocuwareClient() | |
| DocuwareClient(String) |
Creates a new DocuwareClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default. |
| DocuwareClient(Uri, TokenCredential, ConnectorClientOptions) |
Creates a new DocuwareClient with the specified connection runtime URL and credential. |
| DocuwareClient(Uri, TokenCredential) |
Creates a new DocuwareClient with the specified connection runtime URL and credential. |
| DocuwareClient(Uri) |
Creates a new DocuwareClient 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) |