次の方法で共有


TopicsOperationsExtensions.Delete(ITopicsOperations, String, String) メソッド

定義

トピックを削除します。

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

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

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

topicName
String

トピックの名前。

注釈

既存のトピックを削除します。

適用対象