/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='test'>
 /// </param>
 /// <param name='body'>
 /// </param>
 public static HelloZipResponse Delete(this IHelloZipOperations operations, string name = default(string), IList <string> test = default(IList <string>), HelloZip body = default(HelloZip))
 {
     return(operations.DeleteAsync(name, test, body).GetAwaiter().GetResult());
 }
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='test'>
 /// </param>
 /// <param name='format'>
 /// Specifies response output format
 /// </param>
 public static HelloZipResponse Delete(this IHelloZipOperations operations, string name = default(string), IList <string> test = default(IList <string>), string format = "json")
 {
     return(operations.DeleteAsync(name, test, format).GetAwaiter().GetResult());
 }
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='test'>
 /// </param>
 public static HelloZipResponse Delete(this IHelloZipOperations operations, string name = default(string), string test = default(string))
 {
     return(operations.DeleteAsync(name, test).GetAwaiter().GetResult());
 }