Skip to content

[AutoPR Azure.ResourceManager.Consumption] [Hub Generated] Review request for Microsoft.Consumption to add version stable/2023-03-01 #3363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ protected BillingAccountConsumptionResource() { }
public virtual Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionEventSummary> GetEventsAsync(string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary> GetLots(string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionLotSummary> GetLotsAsync(string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionReservationTransaction> GetReservationTransactions(string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionReservationTransaction> GetReservationTransactionsAsync(string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Pageable<Azure.ResourceManager.Consumption.Models.ConsumptionReservationTransaction> GetReservationTransactions(string filter = null, bool? useMarkupIfPartner = default(bool?), decimal? previewMarkupPercentage = default(decimal?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionReservationTransaction> GetReservationTransactionsAsync(string filter = null, bool? useMarkupIfPartner = default(bool?), decimal? previewMarkupPercentage = default(decimal?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
}
public partial class BillingCustomerConsumptionResource : Azure.ResourceManager.ArmResource
{
Expand Down Expand Up @@ -290,6 +290,7 @@ internal ConsumptionBalanceResult() { }
public bool? IsPriceHidden { get { throw null; } }
public decimal? NewPurchases { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Consumption.Models.ConsumptionBalanceNewPurchasesDetail> NewPurchasesDetails { get { throw null; } }
public decimal? OverageRefund { get { throw null; } }
public decimal? ServiceOverage { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, string> Tags { get { throw null; } }
public decimal? TotalOverage { get { throw null; } }
Expand Down Expand Up @@ -330,6 +331,7 @@ public ConsumptionCreditSummary() { }
public string CreditCurrency { get { throw null; } }
public Azure.ETag? ETag { get { throw null; } set { } }
public Azure.ResourceManager.Consumption.Models.ConsumptionAmount ExpiredCredit { get { throw null; } }
public bool? IsEstimatedBalance { get { throw null; } }
public Azure.ResourceManager.Consumption.Models.ConsumptionAmount PendingCreditAdjustments { get { throw null; } }
public Azure.ResourceManager.Consumption.Models.ConsumptionAmount PendingEligibleCharges { get { throw null; } }
public Azure.ResourceManager.Consumption.Models.ConsumptionReseller Reseller { get { throw null; } }
Expand All @@ -354,6 +356,7 @@ public ConsumptionEventSummary() { }
public Azure.ETag? ETag { get { throw null; } set { } }
public Azure.ResourceManager.Consumption.Models.ConsumptionEventType? EventType { get { throw null; } set { } }
public string InvoiceNumber { get { throw null; } }
public bool? IsEstimatedBalance { get { throw null; } }
public Azure.Core.ResourceIdentifier LotId { get { throw null; } }
public string LotSource { get { throw null; } }
public Azure.ResourceManager.Consumption.Models.ConsumptionAmount NewCredit { get { throw null; } }
Expand Down Expand Up @@ -435,6 +438,7 @@ public ConsumptionLotSummary() { }
public string CreditCurrency { get { throw null; } }
public Azure.ETag? ETag { get { throw null; } set { } }
public System.DateTimeOffset? ExpireOn { get { throw null; } }
public bool? IsEstimatedBalance { get { throw null; } }
public Azure.ResourceManager.Consumption.Models.ConsumptionAmount OriginalAmount { get { throw null; } }
public Azure.ResourceManager.Consumption.Models.ConsumptionAmountWithExchangeRate OriginalAmountInBillingCurrency { get { throw null; } }
public string PoNumber { get { throw null; } }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading