Compartilhar via


DatastoresOperationsExtensions.BeginDeleteAsync Método

Definição

Excluir um armazenamento de dados em um cluster de nuvem privada

public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.Avs.IDatastoresOperations operations, string resourceGroupName, string privateCloudName, string clusterName, string datastoreName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.Avs.IDatastoresOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As IDatastoresOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, datastoreName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
IDatastoresOperations

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.

privateCloudName
String

Nome da nuvem privada

clusterName
String

Nome do cluster na nuvem privada

datastoreName
String

Nome do armazenamento de dados no cluster de nuvem privada

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a