Ejemplo n.º 1
0
 /// <summary>
 /// Get the list of valid SKUs for a provisioning service.
 /// </summary>
 /// <remarks>
 /// Gets the list of valid SKUs and tiers for a provisioning service.
 /// </remarks>
 /// <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 <IotDpsSkuDefinition> ListValidSkusNext(this IIotDpsResourceOperations operations, string nextPageLink)
 {
     return(operations.ListValidSkusNextAsync(nextPageLink).GetAwaiter().GetResult());
 }