/// <summary> /// Lists all the container registries under the specified subscription. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static IPage <Registry> List(this IRegistriesOperations operations) { return(operations.ListAsync().GetAwaiter().GetResult()); }