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