Partager via


BatchAccountOperationsExtensions.BeginDelete Méthode

Définition

Supprime le compte Batch spécifié.

public static Microsoft.Azure.Management.Batch.Models.BatchAccountDeleteHeaders BeginDelete (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName);
static member BeginDelete : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string -> Microsoft.Azure.Management.Batch.Models.BatchAccountDeleteHeaders
<Extension()>
Public Function BeginDelete (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String) As BatchAccountDeleteHeaders

Paramètres

operations
IBatchAccountOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le compte Batch.

accountName
String

Le nom du compte Batch.

Retours

S’applique à