CertificateOperationsExtensions.ListNext(ICertificateOperations, String, CertificateListNextOptions) 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.
Lists all of the certificates that have been added to the specified account.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.Certificate> ListNext (this Microsoft.Azure.Batch.Protocol.ICertificateOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.CertificateListNextOptions certificateListNextOptions = null);
static member ListNext : Microsoft.Azure.Batch.Protocol.ICertificateOperations * string * Microsoft.Azure.Batch.Protocol.Models.CertificateListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.Certificate>
Parameters
- operations
- ICertificateOperations
The operations group for this extension method.
- nextPageLink
- System.String
The NextLink from the previous successful call to List operation.
- certificateListNextOptions
- CertificateListNextOptions
Additional parameters for the operation
Returns
- Microsoft.Rest.Azure.IPage<Certificate>