forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.NET SDK Resource Provider:'Billing'
REST Spec PR 'Azure/azure-rest-api-specs#5475' REST Spec PR Author 'msft-adrianma' REST Spec PR Last commit
- Loading branch information
Showing
9 changed files
with
894 additions
and
642 deletions.
There are no files selected for viewing
458 changes: 12 additions & 446 deletions
458
src/SDKs/Billing/Management.Billing/Generated/BillingManagementClient.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 66 additions & 0 deletions
66
src/SDKs/Billing/Management.Billing/Generated/ITransactionsByBillingProfileOperations.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
// <auto-generated> | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
// </auto-generated> | ||
|
||
namespace Microsoft.Azure.Management.Billing | ||
{ | ||
using Microsoft.Rest; | ||
using Microsoft.Rest.Azure; | ||
using Models; | ||
using System.Collections; | ||
using System.Collections.Generic; | ||
using System.Threading; | ||
using System.Threading.Tasks; | ||
|
||
/// <summary> | ||
/// TransactionsByBillingProfileOperations operations. | ||
/// </summary> | ||
public partial interface ITransactionsByBillingProfileOperations | ||
{ | ||
/// <summary> | ||
/// Lists the transactions by billingProfileName for given start date | ||
/// and end date. | ||
/// <see href="https://docs.microsoft.com/en-us/rest/api/consumption/" /> | ||
/// </summary> | ||
/// <param name='billingAccountName'> | ||
/// billing Account Id. | ||
/// </param> | ||
/// <param name='billingProfileName'> | ||
/// Billing Profile Id. | ||
/// </param> | ||
/// <param name='startDate'> | ||
/// Start date | ||
/// </param> | ||
/// <param name='endDate'> | ||
/// End date | ||
/// </param> | ||
/// <param name='filter'> | ||
/// May be used to filter by transaction kind. The filter supports | ||
/// 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently | ||
/// support 'ne', 'or', or 'not'. Tag filter is a key value pair string | ||
/// where key and value is separated by a colon (:). | ||
/// </param> | ||
/// <param name='customHeaders'> | ||
/// The headers that will be added to request. | ||
/// </param> | ||
/// <param name='cancellationToken'> | ||
/// The cancellation token. | ||
/// </param> | ||
/// <exception cref="ErrorResponseException"> | ||
/// Thrown when the operation returned an invalid status code | ||
/// </exception> | ||
/// <exception cref="Microsoft.Rest.SerializationException"> | ||
/// Thrown when unable to deserialize the response | ||
/// </exception> | ||
/// <exception cref="Microsoft.Rest.ValidationException"> | ||
/// Thrown when a required parameter is null | ||
/// </exception> | ||
Task<AzureOperationResponse<TransactionsListResult>> ListWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string startDate, string endDate, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); | ||
} | ||
} |
66 changes: 66 additions & 0 deletions
66
src/SDKs/Billing/Management.Billing/Generated/ITransactionsByInvoiceSectionOperations.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
// <auto-generated> | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
// </auto-generated> | ||
|
||
namespace Microsoft.Azure.Management.Billing | ||
{ | ||
using Microsoft.Rest; | ||
using Microsoft.Rest.Azure; | ||
using Models; | ||
using System.Collections; | ||
using System.Collections.Generic; | ||
using System.Threading; | ||
using System.Threading.Tasks; | ||
|
||
/// <summary> | ||
/// TransactionsByInvoiceSectionOperations operations. | ||
/// </summary> | ||
public partial interface ITransactionsByInvoiceSectionOperations | ||
{ | ||
/// <summary> | ||
/// Lists the transactions by invoiceSectionName for given start date | ||
/// and end date. | ||
/// <see href="https://docs.microsoft.com/en-us/rest/api/consumption/" /> | ||
/// </summary> | ||
/// <param name='billingAccountName'> | ||
/// billing Account Id. | ||
/// </param> | ||
/// <param name='invoiceSectionName'> | ||
/// InvoiceSection Id. | ||
/// </param> | ||
/// <param name='startDate'> | ||
/// Start date | ||
/// </param> | ||
/// <param name='endDate'> | ||
/// End date | ||
/// </param> | ||
/// <param name='filter'> | ||
/// May be used to filter by transaction kind. The filter supports | ||
/// 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently | ||
/// support 'ne', 'or', or 'not'. Tag filter is a key value pair string | ||
/// where key and value is separated by a colon (:). | ||
/// </param> | ||
/// <param name='customHeaders'> | ||
/// The headers that will be added to request. | ||
/// </param> | ||
/// <param name='cancellationToken'> | ||
/// The cancellation token. | ||
/// </param> | ||
/// <exception cref="ErrorResponseException"> | ||
/// Thrown when the operation returned an invalid status code | ||
/// </exception> | ||
/// <exception cref="Microsoft.Rest.SerializationException"> | ||
/// Thrown when unable to deserialize the response | ||
/// </exception> | ||
/// <exception cref="Microsoft.Rest.ValidationException"> | ||
/// Thrown when a required parameter is null | ||
/// </exception> | ||
Task<AzureOperationResponse<TransactionsListResult>> ListWithHttpMessagesAsync(string billingAccountName, string invoiceSectionName, string startDate, string endDate, string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); | ||
} | ||
} |
Oops, something went wrong.