本文整理汇总了C#中ProductInner类的典型用法代码示例。如果您正苦于以下问题:C# ProductInner类的具体用法?C# ProductInner怎么用?C# ProductInner使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
ProductInner类属于命名空间,在下文中一共展示了ProductInner类的11个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。
示例1: PutAsyncRetrySucceededAsync
/// <summary>
/// x-ms-client-request-id = 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0 is required
/// message header for all requests. Long running put request, service
/// returns a 200 to the initial request, with an entity that contains
/// ProvisioningState=’Creating’. Poll the endpoint indicated in the
/// Azure-AsyncOperation header for operation status
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async System.Threading.Tasks.Task<ProductInner> PutAsyncRetrySucceededAsync(this ILROsCustomHeaderOperations operations, ProductInner product = default(ProductInner), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
using (var _result = await operations.PutAsyncRetrySucceededWithHttpMessagesAsync(product, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
开发者ID:jhancock93,项目名称:autorest,代码行数:23,代码来源:LROsCustomHeaderOperationsExtensions.cs
示例2: BeginPutNonRetry400Async
/// <summary>
/// Long running put request, service returns a 400 to the initial request
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async System.Threading.Tasks.Task<ProductInner> BeginPutNonRetry400Async(this ILROSADsOperations operations, ProductInner product = default(ProductInner), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
using (var _result = await operations.BeginPutNonRetry400WithHttpMessagesAsync(product, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
开发者ID:jhancock93,项目名称:autorest,代码行数:19,代码来源:LROSADsOperationsExtensions.cs
示例3: BeginPutAsyncRetrySucceeded
/// <summary>
/// x-ms-client-request-id = 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0 is required
/// message header for all requests. Long running put request, service
/// returns a 200 to the initial request, with an entity that contains
/// ProvisioningState=’Creating’. Poll the endpoint indicated in the
/// Azure-AsyncOperation header for operation status
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
public static ProductInner BeginPutAsyncRetrySucceeded(this ILROsCustomHeaderOperations operations, ProductInner product = default(ProductInner))
{
return System.Threading.Tasks.Task.Factory.StartNew(s => ((ILROsCustomHeaderOperations)s).BeginPutAsyncRetrySucceededAsync(product), operations, System.Threading.CancellationToken.None, System.Threading.Tasks.TaskCreationOptions.None, System.Threading.Tasks.TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
}
开发者ID:jhancock93,项目名称:autorest,代码行数:17,代码来源:LROsCustomHeaderOperationsExtensions.cs
示例4: BeginPost202Retry200Async
/// <summary>
/// x-ms-client-request-id = 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0 is required
/// message header for all requests. Long running post request, service
/// returns a 202 to the initial request, with 'Location' and 'Retry-After'
/// headers, Polls return a 200 with a response body after success
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async System.Threading.Tasks.Task<LROsCustomHeaderPost202Retry200HeadersInner> BeginPost202Retry200Async(this ILROsCustomHeaderOperations operations, ProductInner product = default(ProductInner), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
using (var _result = await operations.BeginPost202Retry200WithHttpMessagesAsync(product, null, cancellationToken).ConfigureAwait(false))
{
return _result.Headers;
}
}
开发者ID:jhancock93,项目名称:autorest,代码行数:22,代码来源:LROsCustomHeaderOperationsExtensions.cs
示例5: PutNonRetry201Creating400
/// <summary>
/// Long running put request, service returns a Product with
/// 'ProvisioningState' = 'Creating' and 201 response code
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
public static ProductInner PutNonRetry201Creating400(this ILROSADsOperations operations, ProductInner product = default(ProductInner))
{
return System.Threading.Tasks.Task.Factory.StartNew(s => ((ILROSADsOperations)s).PutNonRetry201Creating400Async(product), operations, System.Threading.CancellationToken.None, System.Threading.Tasks.TaskCreationOptions.None, System.Threading.Tasks.TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
}
开发者ID:jhancock93,项目名称:autorest,代码行数:14,代码来源:LROSADsOperationsExtensions.cs
示例6: BeginPutError201NoProvisioningStatePayload
/// <summary>
/// Long running put request, service returns a 201 to the initial request
/// with no payload
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
public static ProductInner BeginPutError201NoProvisioningStatePayload(this ILROSADsOperations operations, ProductInner product = default(ProductInner))
{
return System.Threading.Tasks.Task.Factory.StartNew(s => ((ILROSADsOperations)s).BeginPutError201NoProvisioningStatePayloadAsync(product), operations, System.Threading.CancellationToken.None, System.Threading.Tasks.TaskCreationOptions.None, System.Threading.Tasks.TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
}
开发者ID:jhancock93,项目名称:autorest,代码行数:14,代码来源:LROSADsOperationsExtensions.cs
示例7: PutError201NoProvisioningStatePayloadAsync
/// <summary>
/// Long running put request, service returns a 201 to the initial request
/// with no payload
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async System.Threading.Tasks.Task<ProductInner> PutError201NoProvisioningStatePayloadAsync(this ILROSADsOperations operations, ProductInner product = default(ProductInner), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
using (var _result = await operations.PutError201NoProvisioningStatePayloadWithHttpMessagesAsync(product, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
开发者ID:jhancock93,项目名称:autorest,代码行数:20,代码来源:LROSADsOperationsExtensions.cs
示例8: PostAsyncRelativeRetry400Async
/// <summary>
/// Long running post request, service returns a 202 to the initial request
/// Poll the endpoint indicated in the Azure-AsyncOperation header for
/// operation status
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async System.Threading.Tasks.Task<LROSADsPostAsyncRelativeRetry400HeadersInner> PostAsyncRelativeRetry400Async(this ILROSADsOperations operations, ProductInner product = default(ProductInner), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
using (var _result = await operations.PostAsyncRelativeRetry400WithHttpMessagesAsync(product, null, cancellationToken).ConfigureAwait(false))
{
return _result.Headers;
}
}
开发者ID:jhancock93,项目名称:autorest,代码行数:21,代码来源:LROSADsOperationsExtensions.cs
示例9: BeginPostAsyncRelativeRetryInvalidJsonPolling
/// <summary>
/// Long running post request, service returns a 202 to the initial request,
/// with an entity that contains ProvisioningState=’Creating’. Poll the
/// endpoint indicated in the Azure-AsyncOperation header for operation status
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
public static LROSADsPostAsyncRelativeRetryInvalidJsonPollingHeadersInner BeginPostAsyncRelativeRetryInvalidJsonPolling(this ILROSADsOperations operations, ProductInner product = default(ProductInner))
{
return System.Threading.Tasks.Task.Factory.StartNew(s => ((ILROSADsOperations)s).BeginPostAsyncRelativeRetryInvalidJsonPollingAsync(product), operations, System.Threading.CancellationToken.None, System.Threading.Tasks.TaskCreationOptions.None, System.Threading.Tasks.TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
}
开发者ID:jhancock93,项目名称:autorest,代码行数:15,代码来源:LROSADsOperationsExtensions.cs
示例10: PutAsyncRelativeRetryInvalidJsonPollingAsync
/// <summary>
/// Long running put request, service returns a 200 to the initial request,
/// with an entity that contains ProvisioningState=’Creating’. Poll the
/// endpoint indicated in the Azure-AsyncOperation header for operation status
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
public static async System.Threading.Tasks.Task<ProductInner> PutAsyncRelativeRetryInvalidJsonPollingAsync(this ILROSADsOperations operations, ProductInner product = default(ProductInner), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
{
using (var _result = await operations.PutAsyncRelativeRetryInvalidJsonPollingWithHttpMessagesAsync(product, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
}
开发者ID:jhancock93,项目名称:autorest,代码行数:21,代码来源:LROSADsOperationsExtensions.cs
示例11: Post202NoLocation
/// <summary>
/// Long running post request, service returns a 202 to the initial request,
/// without a location header.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
/// </param>
/// <param name='product'>
/// Product to put
/// </param>
public static LROSADsPost202NoLocationHeadersInner Post202NoLocation(this ILROSADsOperations operations, ProductInner product = default(ProductInner))
{
return System.Threading.Tasks.Task.Factory.StartNew(s => ((ILROSADsOperations)s).Post202NoLocationAsync(product), operations, System.Threading.CancellationToken.None, System.Threading.Tasks.TaskCreationOptions.None, System.Threading.Tasks.TaskScheduler.Default).Unwrap().GetAwaiter().GetResult();
}
开发者ID:jhancock93,项目名称:autorest,代码行数:14,代码来源:LROSADsOperationsExtensions.cs
注:本文中的ProductInner类示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论