/// <summary>
 /// Get a collection of action plans
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='maxPageSize'>
 /// The maximum number of entries to return per page. Defaults to 1000.
 /// </param>
 public static ActionPlansResponseActionPlanInstanceV2 Get(this IActionPlans operations, int?maxPageSize = default(int?))
 {
     return(operations.GetAsync(maxPageSize).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Get a collection of action plans
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static ActionPlansResponseActionPlanInstance Get(this IActionPlans operations)
 {
     return(operations.GetAsync().GetAwaiter().GetResult());
 }