Esempio n. 1
0
 /// <summary>
 /// Gets a list of all roles in a cloud service. Use nextLink property in the
 /// response to get the next page of roles. Do this till nextLink is null to
 /// fetch all the roles.
 /// </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 <CloudServiceRole> ListNext(this ICloudServiceRolesOperations operations, string nextPageLink)
 {
     return(operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult());
 }