/// <summary>
 /// Get history of a monitor of a resource (with optional filter).
 /// </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 <MonitorStateChange> ListStateChangesNext(this IMonitorsOperations operations, string nextPageLink)
 {
     return(operations.ListStateChangesNextAsync(nextPageLink).GetAwaiter().GetResult());
 }