/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='names'> /// </param> public static IList <ListResult> Get(this IHelloListOperations operations, string names = default(string)) { return(operations.GetAsync(names).GetAwaiter().GetResult()); }
/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='names'> /// </param> /// <param name='body'> /// </param> public static IList <ListResult> Get(this IHelloListOperations operations, IList <string> names = default(IList <string>), HelloList body = default(HelloList)) { return(operations.GetAsync(names, body).GetAwaiter().GetResult()); }