Share via


DiskEncryptionSetsOperationsExtensions.ListAssociatedResourcesNext Method

Definition

Lists all resources that are encrypted with this disk encryption set.

public static Microsoft.Rest.Azure.IPage<string> ListAssociatedResourcesNext (this Microsoft.Azure.Management.Compute.IDiskEncryptionSetsOperations operations, string nextPageLink);
static member ListAssociatedResourcesNext : Microsoft.Azure.Management.Compute.IDiskEncryptionSetsOperations * string -> Microsoft.Rest.Azure.IPage<string>
<Extension()>
Public Function ListAssociatedResourcesNext (operations As IDiskEncryptionSetsOperations, nextPageLink As String) As IPage(Of String)

Parameters

operations
IDiskEncryptionSetsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to