Compartilhar via


ServiceTopologiesOperationsExtensions.DeleteAsync Método

Definição

Exclui a topologia de serviço.

public static System.Threading.Tasks.Task DeleteAsync(this Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations operations, string resourceGroupName, string serviceTopologyName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IServiceTopologiesOperations, resourceGroupName As String, serviceTopologyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
IServiceTopologiesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serviceTopologyName
String

O nome da topologia de serviço .

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a