次の方法で共有


NamespacesOperationsExtensions.Delete メソッド

定義

既存の名前空間を削除します。 この操作により、名前空間の下にあるすべての関連付けられているリソースも削除されます。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

適用対象