TopicTypesOperationsExtensions.Get(ITopicTypesOperations, String) 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 Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo Get (this Microsoft.Azure.Management.EventGrid.ITopicTypesOperations operations, string topicTypeName);
static member Get : Microsoft.Azure.Management.EventGrid.ITopicTypesOperations * string -> Microsoft.Azure.Management.EventGrid.Models.TopicTypeInfo
<Extension()>
Public Function Get (operations As ITopicTypesOperations, topicTypeName As String) As TopicTypeInfo
Parameters
- operations
- ITopicTypesOperations
The operations group for this extension method.
- topicTypeName
- String
Name of the topic type.
Returns
Remarks
Get information about a topic type.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET