你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SystemTopicEventSubscriptionsOperationsExtensions.GetFullUrlAsync 方法

定义

获取系统主题的事件订阅的完整 URL

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

参数

operations
ISystemTopicEventSubscriptionsOperations

此扩展方法的操作组。

resourceGroupName
String

用户订阅中的资源组的名称。

systemTopicName
String

系统主题的名称。

eventSubscriptionName
String

要创建的事件订阅的名称。 事件订阅名称的长度必须介于 3 到 100 个字符之间,并且仅使用字母数字字母。

cancellationToken
CancellationToken

取消标记。

返回

注解

获取系统主题的事件订阅的完整终结点 URL。

适用于