/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='title'>
 /// </param>
 /// <param name='body'>
 /// </param>
 public static HelloResponse Delete1(this IHelloOperations operations, string name = default(string), string title = default(string), Hello body = default(Hello))
 {
     return(operations.Delete1Async(name, title, body).GetAwaiter().GetResult());
 }
Beispiel #2
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='title'>
 /// </param>
 /// <param name='format'>
 /// Specifies response output format
 /// </param>
 public static HelloResponse Delete1(this IHelloOperations operations, string name, string title = default(string), string format = "json")
 {
     return(operations.Delete1Async(name, title, format).GetAwaiter().GetResult());
 }