Bagikan melalui


BatchAccountOperationsExtensions.Delete Method

Definition

Deletes the specified Batch account.

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

Parameters

operations
IBatchAccountOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

Returns

Applies to