ConnectorClientOptions 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.
Configuration options for connector clients. Inherits from ClientOptions to provide Azure SDK standard retry, transport, and diagnostics configuration.
public class ConnectorClientOptions : Azure.Core.ClientOptions
type ConnectorClientOptions = class
inherit ClientOptions
Public Class ConnectorClientOptions
Inherits ClientOptions
- Inheritance
Remarks
Retry behavior is configured via the inherited Retry property. Custom HTTP transport can be set via Transport.
Constructors
| Name | Description |
|---|---|
| ConnectorClientOptions(ConnectorClientOptions+ServiceVersion) |
Initializes a new instance of the ConnectorClientOptions class. |
Properties
| Name | Description |
|---|---|
| BaseUri |
Gets or sets the base URI for the connector endpoint. |
| Version |
Gets the service version. |