次の方法で共有


ServiceTopologiesOperationsExtensions.Delete メソッド

定義

サービス トポロジを削除します。

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

パラメーター

operations
IServiceTopologiesOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceTopologyName
String

サービス トポロジの名前。

適用対象