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

SystemTopicEventSubscriptionsOperationsExtensions.GetFullUrl 方法

定义

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

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

参数

operations
ISystemTopicEventSubscriptionsOperations

此扩展方法的操作组。

resourceGroupName
String

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

systemTopicName
String

系统主题的名称。

eventSubscriptionName
String

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

返回

注解

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

适用于