Freigeben über


DiskEncryptionSetsOperationsExtensions.ListAssociatedResourcesNextAsync Methode

Definition

Listet alle Ressourcen auf, die mit diesem Datenträgerverschlüsselungssatz verschlüsselt sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<string>> ListAssociatedResourcesNextAsync (this Microsoft.Azure.Management.Compute.Fluent.IDiskEncryptionSetsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAssociatedResourcesNextAsync : Microsoft.Azure.Management.Compute.Fluent.IDiskEncryptionSetsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<string>>
<Extension()>
Public Function ListAssociatedResourcesNextAsync (operations As IDiskEncryptionSetsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of String))

Parameter

operations
IDiskEncryptionSetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: