次の方法で共有


TopicTypesOperationsExtensions.Get(ITopicTypesOperations, String) メソッド

定義

トピックの種類を取得します。

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

パラメーター

operations
ITopicTypesOperations

この拡張メソッドの操作グループ。

topicTypeName
String

トピックの種類の名前。

戻り値

注釈

トピックの種類に関する情報を取得します。

適用対象