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