TicketmasterClient Class

Definition

Typed client for ticketmaster connector.

public class TicketmasterClient : Azure.Connectors.Sdk.ConnectorClientBase
type TicketmasterClient = class
    inherit ConnectorClientBase
Public Class TicketmasterClient
Inherits ConnectorClientBase
Inheritance
TicketmasterClient

Constructors

Name Description
TicketmasterClient()
TicketmasterClient(String)

Creates a new TicketmasterClient with the specified connection runtime URL string. Uses ManagedIdentityCredential by default.

TicketmasterClient(Uri, TokenCredential, ConnectorClientOptions)

Creates a new TicketmasterClient with the specified connection runtime URL and credential.

TicketmasterClient(Uri, TokenCredential)

Creates a new TicketmasterClient with the specified connection runtime URL and credential.

TicketmasterClient(Uri)

Creates a new TicketmasterClient 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)

Methods

Name Description
AttractionGetAsync(String, String, Object[], CancellationToken)

Get attraction details

AttractionsGetAsync(String, String, String, String, String, String, String, String, Object[], Object[], String, Object[], Object[], Object[], Object[], Object[], String, String, String, Object[], CancellationToken)

Attraction search

CallConnectorAsync(HttpMethod, String, Object, CancellationToken)

Sends a connector API request with no response body. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
CallConnectorAsync<TResponse>(HttpMethod, String, Object, CancellationToken)

Sends a connector API request and deserializes the JSON response. Uses the Azure.Core HttpPipeline for retry, authentication, and diagnostics.

(Inherited from ConnectorClientBase)
ClassificationGetAsync(String, String, Object[], CancellationToken)

Get classification details

ClassificationsGetAsync(String, String, String, String, String, String, String, String, String, String, String, Object[], CancellationToken)

Classification search

Dispose() (Inherited from ConnectorClientBase)
Dispose(Boolean)

Disposes the connector client resources.

(Inherited from ConnectorClientBase)
EventGetAsync(String, String, Object[], CancellationToken)

Get event details

EventImagesGetAsync(String, String, Object[], CancellationToken)

Get event images

EventsGetAsync(Nullable<Int32>, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Object[], String, String, Object[], Object[], String, Object[], Object[], Object[], Object[], Object[], String, String, Object[], Object[], Object[], String, String, Object[], Object[], Object[], Object[], String, String, String, Object[], CancellationToken)

Event search

GenreGetAsync(String, String, Object[], CancellationToken)

Get genre details

ResolveUrl(String)

Resolves a relative path or validates an absolute URL against the connection runtime URL. When the NextLink host matches the connection URL, it's used as-is. When it doesn't match (codeless connectors like ARM return nextLink pointing to the backend host e.g. management.azure.com), the path+query is extracted and routed through the APIM proxy. This is safe because the request still goes through the connection runtime URL with API Hub auth.

(Inherited from ConnectorClientBase)
SegmentGetAsync(String, String, Object[], CancellationToken)

Get segment details

SubGenreGetAsync(String, String, Object[], CancellationToken)

Get sub-genre details

SuggestionsGetAsync(String, String, String, String, String, String, String, String, String, String, String, Object[], String, Object[], String, Object[], Object[], String, Object[], CancellationToken)

Find suggestions

VenueGetAsync(String, String, Object[], CancellationToken)

Get venue details

VenuesGetAsync(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Object[], CancellationToken)

Venue search

Applies to