BlueprintsOperationsExtensions.ListNext(IBlueprintsOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List blueprint definitions.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel> ListNext (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Blueprint.IBlueprintsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel>
<Extension()>
Public Function ListNext (operations As IBlueprintsOperations, nextPageLink As String) As IPage(Of BlueprintModel)
Parameters
- operations
- IBlueprintsOperations
The operations group for this extension method.
- nextPageLink
- System.String
The NextLink from the previous successful call to List operation.