Condividi tramite


BatchAccountOperationsExtensions.Delete Metodo

Definizione

Elimina l'account Batch specificato.

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

Parametri

operations
IBatchAccountOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse contenente l'account Batch.

accountName
String

Nome dell'account Batch.

Restituisce

Si applica a