/// <summary> /// Retrieve a list of certificates. /// <see href="http://aka.ms/azureautomationsdk/certificateoperations" /> /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='nextPageLink'> /// The NextLink from the previous successful call to List operation. /// </param> public static IPage <Certificate> ListByAutomationAccountNext(this ICertificateOperations operations, string nextPageLink) { return(operations.ListByAutomationAccountNextAsync(nextPageLink).GetAwaiter().GetResult()); }