TopicTypesOperationsExtensions.GetAsync 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 a topic type.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo> GetAsync (this Microsoft.Azure.Management.EventGrid.ITopicTypesOperations operations, string topicTypeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventGrid.ITopicTypesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo>
<Extension()>
Public Function GetAsync (operations As ITopicTypesOperations, topicTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TopicTypeInfo)
Parameters
- operations
- ITopicTypesOperations
The operations group for this extension method.
- topicTypeName
- String
Name of the topic type.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get information about a topic type.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.