次の方法で共有


SystemTopicsOperationsExtensions.Get メソッド

定義

システム トピックを取得します。

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

パラメーター

operations
ISystemTopicsOperations

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

resourceGroupName
String

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

systemTopicName
String

システム トピックの名前。

戻り値

注釈

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

適用対象