ServiceTopologiesOperationsExtensions.Delete Method

Definition

Deletes the service topology.

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)

Parameters

operations
IServiceTopologiesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serviceTopologyName
String

The name of the service topology .

Applies to