次の方法で共有


TopicsOperationsExtensions.Get(ITopicsOperations, String, String) メソッド

定義

トピックを取得します。

public static Microsoft.Azure.Management.EventGrid.Models.Topic Get (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName);
static member Get : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string -> Microsoft.Azure.Management.EventGrid.Models.Topic
<Extension()>
Public Function Get (operations As ITopicsOperations, resourceGroupName As String, topicName As String) As Topic

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。

topicName
String

トピックの名前。

戻り値

注釈

トピックのプロパティを取得します。

適用対象