次の方法で共有


SystemTopicEventSubscriptionsOperationsExtensions.GetAsync メソッド

定義

システム トピックのイベント サブスクリプションを取得します。

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

パラメーター

operations
ISystemTopicEventSubscriptionsOperations

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

resourceGroupName
String

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

systemTopicName
String

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

eventSubscriptionName
String

作成されるイベント サブスクリプションの名前。 イベント サブスクリプション名の長さは 3 から 100 文字で、英数字のみを使用する必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

イベント サブスクリプションを取得します。

適用対象