Ejemplo n.º 1
0
 /// <summary>
 /// Put Flattened Simple Product with client flattening true on the parameter
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='productId'>
 /// Unique identifier representing a specific product for a given latitude
 /// &amp; longitude. For example, uberX in San Francisco will have a different
 /// product_id than uberX in Los Angeles.
 /// </param>
 /// <param name='maxProductDisplayName'>
 /// Display name of product.
 /// </param>
 /// <param name='description'>
 /// Description of product.
 /// </param>
 /// <param name='genericValue'>
 /// Generic URL value.
 /// </param>
 /// <param name='odatavalue'>
 /// URL value.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <SimpleProduct> PostFlattenedSimpleProductAsync(this IAutoRestResourceFlatteningTestService operations, string productId, string maxProductDisplayName, string description = default(string), string genericValue = default(string), string odatavalue = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PostFlattenedSimpleProductWithHttpMessagesAsync(productId, maxProductDisplayName, description, genericValue, odatavalue, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Get External Resource as an Array
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IList <FlattenedProduct> > GetArrayAsync(this IAutoRestResourceFlatteningTestService operations, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetArrayWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Put Simple Product with client flattening true on the model
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='flattenParameterGroup'>
 /// Additional parameters for the operation
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <SimpleProduct> PutSimpleProductWithGroupingAsync(this IAutoRestResourceFlatteningTestService operations, FlattenParameterGroup flattenParameterGroup, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PutSimpleProductWithGroupingWithHttpMessagesAsync(flattenParameterGroup, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Put Simple Product with client flattening true on the model
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='simpleBodyProduct'>
 /// Simple body product to put
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <SimpleProduct> PutSimpleProductAsync(this IAutoRestResourceFlatteningTestService operations, SimpleProduct simpleBodyProduct = default(SimpleProduct), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PutSimpleProductWithHttpMessagesAsync(simpleBodyProduct, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <summary>
 /// Put External Resource as an Array
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceArray'>
 /// External Resource as an Array to put
 /// </param>
 public static void PutArray(this IAutoRestResourceFlatteningTestService operations, System.Collections.Generic.IList <Resource> resourceArray = default(System.Collections.Generic.IList <Resource>))
 {
     System.Threading.Tasks.Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).PutArrayAsync(resourceArray), operations, System.Threading.CancellationToken.None, System.Threading.Tasks.TaskCreationOptions.None, System.Threading.Tasks.TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Put External Resource as an Array
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceArray'>
 /// External Resource as an Array to put
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PutArrayAsync(this IAutoRestResourceFlatteningTestService operations, IList <Resource> resourceArray = default(IList <Resource>), CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.PutArrayWithHttpMessagesAsync(resourceArray, null, cancellationToken).ConfigureAwait(false);
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Put Simple Product with client flattening true on the model
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='flattenParameterGroup'>
 /// Additional parameters for the operation
 /// </param>
 public static SimpleProduct PutSimpleProductWithGrouping(this IAutoRestResourceFlatteningTestService operations, FlattenParameterGroup flattenParameterGroup)
 {
     return(operations.PutSimpleProductWithGroupingAsync(flattenParameterGroup).GetAwaiter().GetResult());
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Get External Resource as a ResourceCollection
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static ResourceCollection GetResourceCollection(this IAutoRestResourceFlatteningTestService operations)
 {
     return(operations.GetResourceCollectionAsync().GetAwaiter().GetResult());
 }
 /// <summary>
 /// Put External Resource as a ResourceCollection
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceComplexObject'>
 /// External Resource as a ResourceCollection to put
 /// </param>
 public static void PutResourceCollection(this IAutoRestResourceFlatteningTestService operations, ResourceCollection resourceComplexObject = default(ResourceCollection))
 {
     Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).PutResourceCollectionAsync(resourceComplexObject), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
 }
        /// <summary>
        /// Get External Resource as a Dictionary
        /// </summary>
        /// <param name='operations'>
        /// The operations group for this extension method.
        /// </param>
        /// <param name='cancellationToken'>
        /// The cancellation token.
        /// </param>
        public static async Task <IDictionary <string, FlattenedProduct> > GetDictionaryAsync(this IAutoRestResourceFlatteningTestService operations, CancellationToken cancellationToken = default(CancellationToken))
        {
            AzureOperationResponse <IDictionary <string, FlattenedProduct> > result = await operations.GetDictionaryWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false);

            return(result.Body);
        }
Ejemplo n.º 11
0
 /// <summary>
 /// Get External Resource as a ResourceCollection
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <ResourceCollectionInner> GetResourceCollectionAsync(this IAutoRestResourceFlatteningTestService operations, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetResourceCollectionWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Put Simple Product with client flattening true on the model
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='flattenParameterGroup'>
 /// Additional parameters for the operation
 /// </param>
 public static SimpleProduct PutSimpleProductWithGrouping(this IAutoRestResourceFlatteningTestService operations, FlattenParameterGroup flattenParameterGroup)
 {
     return(Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).PutSimpleProductWithGroupingAsync(flattenParameterGroup), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult());
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Put Flattened Simple Product with client flattening true on the parameter
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='productId'>
 /// Unique identifier representing a specific product for a given latitude
 /// &amp; longitude. For example, uberX in San Francisco will have a
 /// different product_id than uberX in Los Angeles.
 /// </param>
 /// <param name='maxProductDisplayName'>
 /// Display name of product.
 /// </param>
 /// <param name='description'>
 /// Description of product.
 /// </param>
 /// <param name='odatavalue'>
 /// URL value.
 /// </param>
 public static SimpleProduct PostFlattenedSimpleProduct(this IAutoRestResourceFlatteningTestService operations, string productId, string maxProductDisplayName, string description = default(string), string odatavalue = default(string))
 {
     return(Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).PostFlattenedSimpleProductAsync(productId, maxProductDisplayName, description, odatavalue), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult());
 }
Ejemplo n.º 14
0
 /// <summary>
 /// Put Simple Product with client flattening true on the model
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='simpleBodyProduct'>
 /// Simple body product to put
 /// </param>
 public static SimpleProduct PutSimpleProduct(this IAutoRestResourceFlatteningTestService operations, SimpleProduct simpleBodyProduct = default(SimpleProduct))
 {
     return(Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).PutSimpleProductAsync(simpleBodyProduct), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult());
 }
 /// <summary>
 /// Put External Resource as an Array
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceArray'>
 /// External Resource as an Array to put
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async System.Threading.Tasks.Task PutArrayAsync(this IAutoRestResourceFlatteningTestService operations, System.Collections.Generic.IList <Resource> resourceArray = default(System.Collections.Generic.IList <Resource>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     await operations.PutArrayWithHttpMessagesAsync(resourceArray, null, cancellationToken).ConfigureAwait(false);
 }
Ejemplo n.º 16
0
 /// <summary>
 /// Put External Resource as a ResourceCollection
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceComplexObject'>
 /// External Resource as a ResourceCollection to put
 /// </param>
 public static void PutResourceCollection(this IAutoRestResourceFlatteningTestService operations, ResourceCollection resourceComplexObject = default(ResourceCollection))
 {
     operations.PutResourceCollectionAsync(resourceComplexObject).GetAwaiter().GetResult();
 }
Ejemplo n.º 17
0
 /// <summary>
 /// Put External Resource as a ResourceCollection
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceComplexObject'>
 /// External Resource as a ResourceCollection to put
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PutResourceCollectionAsync(this IAutoRestResourceFlatteningTestService operations, ResourceCollection resourceComplexObject = default(ResourceCollection), CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.PutResourceCollectionWithHttpMessagesAsync(resourceComplexObject, null, cancellationToken).ConfigureAwait(false);
 }
        /// <summary>
        /// Get External Resource as a ResourceCollection
        /// </summary>
        /// <param name='operations'>
        /// The operations group for this extension method.
        /// </param>
        /// <param name='cancellationToken'>
        /// The cancellation token.
        /// </param>
        public static async Task <ResourceCollection> GetResourceCollectionAsync(this IAutoRestResourceFlatteningTestService operations, CancellationToken cancellationToken = default(CancellationToken))
        {
            AzureOperationResponse <ResourceCollection> result = await operations.GetResourceCollectionWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false);

            return(result.Body);
        }
Ejemplo n.º 19
0
 /// <summary>
 /// Put Simple Product with client flattening true on the model
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='simpleBodyProduct'>
 /// Simple body product to put
 /// </param>
 public static SimpleProduct PutSimpleProduct(this IAutoRestResourceFlatteningTestService operations, SimpleProduct simpleBodyProduct = default(SimpleProduct))
 {
     return(operations.PutSimpleProductAsync(simpleBodyProduct).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Put External Resource as an Array
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceArray'>
 /// External Resource as an Array to put
 /// </param>
 public static void PutArray(this IAutoRestResourceFlatteningTestService operations, IList <Resource> resourceArray = default(IList <Resource>))
 {
     Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).PutArrayAsync(resourceArray), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
 }
Ejemplo n.º 21
0
 /// <summary>
 /// Put Flattened Simple Product with client flattening true on the parameter
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='productId'>
 /// Unique identifier representing a specific product for a given latitude
 /// &amp; longitude. For example, uberX in San Francisco will have a different
 /// product_id than uberX in Los Angeles.
 /// </param>
 /// <param name='maxProductDisplayName'>
 /// Display name of product.
 /// </param>
 /// <param name='description'>
 /// Description of product.
 /// </param>
 /// <param name='genericValue'>
 /// Generic URL value.
 /// </param>
 /// <param name='odatavalue'>
 /// URL value.
 /// </param>
 public static SimpleProduct PostFlattenedSimpleProduct(this IAutoRestResourceFlatteningTestService operations, string productId, string maxProductDisplayName, string description = default(string), string genericValue = default(string), string odatavalue = default(string))
 {
     return(operations.PostFlattenedSimpleProductAsync(productId, maxProductDisplayName, description, genericValue, odatavalue).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Get External Resource as an Array
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IList <FlattenedProduct> GetArray(this IAutoRestResourceFlatteningTestService operations)
 {
     return(Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).GetArrayAsync(), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult());
 }
Ejemplo n.º 23
0
 /// <summary>
 /// Put External Resource as an Array
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceArray'>
 /// External Resource as an Array to put
 /// </param>
 public static void PutArray(this IAutoRestResourceFlatteningTestService operations, IList <Resource> resourceArray = default(IList <Resource>))
 {
     operations.PutArrayAsync(resourceArray).GetAwaiter().GetResult();
 }
 /// <summary>
 /// Put External Resource as a Dictionary
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceDictionary'>
 /// External Resource as a Dictionary to put
 /// </param>
 public static void PutDictionary(this IAutoRestResourceFlatteningTestService operations, IDictionary <string, FlattenedProduct> resourceDictionary = default(IDictionary <string, FlattenedProduct>))
 {
     Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).PutDictionaryAsync(resourceDictionary), operations, CancellationToken.None, TaskCreationOptions.None, TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
 }
 /// <summary>
 /// No need to have a route in Express server for this operation. Used to
 /// verify the type flattened is not removed if it's referenced in an array
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceArray'>
 /// External Resource as an Array to put
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PutWrappedArrayAsync(this IAutoRestResourceFlatteningTestService operations, IList <WrappedProduct> resourceArray = default(IList <WrappedProduct>), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.PutWrappedArrayWithHttpMessagesAsync(resourceArray, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
Ejemplo n.º 26
0
 /// <summary>
 /// Put External Resource as a Dictionary
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceDictionary'>
 /// External Resource as a Dictionary to put
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task PutDictionaryAsync(this IAutoRestResourceFlatteningTestService operations, IDictionary <string, FlattenedProduct> resourceDictionary = default(IDictionary <string, FlattenedProduct>), CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.PutDictionaryWithHttpMessagesAsync(resourceDictionary, null, cancellationToken).ConfigureAwait(false);
 }
Ejemplo n.º 27
0
 /// <summary>
 /// Get External Resource as an Array
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IList <FlattenedProduct> GetArray(this IAutoRestResourceFlatteningTestService operations)
 {
     return(operations.GetArrayAsync().GetAwaiter().GetResult());
 }
Ejemplo n.º 28
0
 /// <summary>
 /// Get External Resource as a Dictionary
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IDictionary <string, FlattenedProduct> GetDictionary(this IAutoRestResourceFlatteningTestService operations)
 {
     return(operations.GetDictionaryAsync().GetAwaiter().GetResult());
 }
Ejemplo n.º 29
0
 /// <summary>
 /// Put External Resource as a Dictionary
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceDictionary'>
 /// External Resource as a Dictionary to put
 /// </param>
 public static void PutDictionary(this IAutoRestResourceFlatteningTestService operations, IDictionary <string, FlattenedProduct> resourceDictionary = default(IDictionary <string, FlattenedProduct>))
 {
     operations.PutDictionaryAsync(resourceDictionary).GetAwaiter().GetResult();
 }
 /// <summary>
 /// Get External Resource as a ResourceCollection
 /// <see href="http://tempuri.org" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static ResourceCollection GetResourceCollection(this IAutoRestResourceFlatteningTestService operations)
 {
     return(System.Threading.Tasks.Task.Factory.StartNew(s => ((IAutoRestResourceFlatteningTestService)s).GetResourceCollectionAsync(), operations, System.Threading.CancellationToken.None, System.Threading.Tasks.TaskCreationOptions.None, System.Threading.Tasks.TaskScheduler.Default).Unwrap().GetAwaiter().GetResult());
 }