次の方法で共有


TopicEventSubscriptionsOperationsExtensions.Delete メソッド

定義

トピックのイベント サブスクリプションを削除します。

public static void Delete (this Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations operations, string resourceGroupName, string topicName, string eventSubscriptionName);
static member Delete : Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ITopicEventSubscriptionsOperations, resourceGroupName As String, topicName As String, eventSubscriptionName As String)

パラメーター

operations
ITopicEventSubscriptionsOperations

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

resourceGroupName
String

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

topicName
String

トピックの名前。

eventSubscriptionName
String

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

注釈

トピックの既存のイベント サブスクリプションを削除します。

適用対象