Delen via


EncryptionScopesOperationsExtensions.ListNext Method

Definition

Lists all the encryption scopes available under the specified storage account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.EncryptionScope> ListNext (this Microsoft.Azure.Management.Storage.IEncryptionScopesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Storage.IEncryptionScopesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.EncryptionScope>
<Extension()>
Public Function ListNext (operations As IEncryptionScopesOperations, nextPageLink As String) As IPage(Of EncryptionScope)

Parameters

operations
IEncryptionScopesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to