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