Freigeben über


ContainersOperationsExtensions.ListByStorageAccountAsync Methode

Definition

Listet alle Container eines Speicherkontos auf einem Data Box Edge/Data Box Gateway-Gerät auf.

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

Parameter

operations
IContainersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deviceName
String

Den Gerätenamen.

storageAccountName
String

Der Name des Speicherkontos.

resourceGroupName
String

Der Name der Ressourcengruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: