Esempio n. 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='asAttachment'>
 /// </param>
 /// <param name='format'>
 /// Specifies response output format
 /// </param>
 public static object Create(this ITextFileTestOperations operations, bool?asAttachment = default(bool?), string format = "json")
 {
     return(operations.CreateAsync(asAttachment, format).GetAwaiter().GetResult());
 }