TicketmasterClient.SubGenreGetAsync Method
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.
Get sub-genre details
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Ticketmaster.Models.SubGenreGetResponse> SubGenreGetAsync(string id, string locale = default, object[] domain = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SubGenreGetAsync : string * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Ticketmaster.Models.SubGenreGetResponse>
override this.SubGenreGetAsync : string * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Ticketmaster.Models.SubGenreGetResponse>
Public Overridable Function SubGenreGetAsync (id As String, Optional locale As String = Nothing, Optional domain As Object() = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SubGenreGetResponse)
Parameters
- id
- String
ID
- locale
- String
Locale
- domain
- Object[]
Domain
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get sub-genre details response.
Remarks
Get details for a specific sub-genre using its unique identifier.