次の方法で共有


PartnerTopicEventSubscriptionsOperationsExtensions.GetFullUrl メソッド

定義

パートナー トピックのイベント サブスクリプションの完全な URL を取得します。

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

パラメーター

operations
IPartnerTopicEventSubscriptionsOperations

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

resourceGroupName
String

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

partnerTopicName
String

パートナー トピックの名前。

eventSubscriptionName
String

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

戻り値

注釈

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

適用対象