/// <summary> /// Lists all the Template Specs within the specified subscriptions. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='expand'> /// Allows for expansion of additional Template Spec details in the response. /// Optional. Possible values include: 'versions' /// </param> public static IPage <TemplateSpec> ListBySubscription(this ITemplateSpecsOperations operations, string expand = default(string)) { return(operations.ListBySubscriptionAsync(expand).GetAwaiter().GetResult()); }
/// <summary> /// Lists all the Template Specs within the specified subscriptions. /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static IPage <TemplateSpec> ListBySubscription(this ITemplateSpecsOperations operations) { return(operations.ListBySubscriptionAsync().GetAwaiter().GetResult()); }