共用方式為


StorageAccountsOperationsExtensions.DeleteAsync Method

Definition

Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.

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

Parameters

operations
IStorageAccountsOperations

The operations group for this extension method.

deviceName
String

The device name.

storageAccountName
String

The StorageAccount name.

resourceGroupName
String

The resource group name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to