Freigeben über


PrivateLinkResourcesOperationsExtensions.ListByStorageAccountAsync Methode

Definition

Ruft die Private Link-Ressourcen ab, die für ein Speicherkonto erstellt werden müssen.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.PrivateLinkResourceListResult> ListByStorageAccountAsync (this Microsoft.Azure.Management.Storage.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListByStorageAccountAsync : Microsoft.Azure.Management.Storage.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.PrivateLinkResourceListResult>
<Extension()>
Public Function ListByStorageAccountAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourceListResult)

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

accountName
String

Der Name des Speicherkontos innerhalb der angegebenen Ressourcengruppe. Speicherkontonamen müssen zwischen 3 und 24 Zeichen lang sein und dürfen nur Zahlen und Kleinbuchstaben enthalten.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: