次の方法で共有


DomainEventSubscriptionsOperationsExtensions.GetFullUrlAsync メソッド

定義

ドメインのイベント サブスクリプションの完全な URL を取得します。

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

パラメーター

operations
IDomainEventSubscriptionsOperations

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

resourceGroupName
String

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

domainName
String

ドメイン トピックの名前。

eventSubscriptionName
String

イベント サブスクリプションの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

ドメインのイベント サブスクリプションの完全なエンドポイント URL を取得します。

適用対象