Example #1
0
 /// <summary>
 /// List deployments for a certain service
 /// </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 <DeploymentResource> ListForClusterNext(this IDeploymentsOperations operations, string nextPageLink)
 {
     return(operations.ListForClusterNextAsync(nextPageLink).GetAwaiter().GetResult());
 }