次の方法で共有


TopicsOperationsExtensions.GetAsync メソッド

定義

トピックを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.Topic> GetAsync (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.Topic>
<Extension()>
Public Function GetAsync (operations As ITopicsOperations, resourceGroupName As String, topicName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Topic)

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

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

topicName
String

トピックの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象