AppServiceCertificateOrdersOperationsExtensions.ListNext 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 all certificate orders in a subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder> ListNext (this Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.WebSites.IAppServiceCertificateOrdersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceCertificateOrder>
<Extension()>
Public Function ListNext (operations As IAppServiceCertificateOrdersOperations, nextPageLink As String) As IPage(Of AppServiceCertificateOrder)
Parameters
- operations
- IAppServiceCertificateOrdersOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
Returns
Remarks
Description for List all certificate orders in a subscription.