Skip to content
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 @@ -330,6 +330,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 +355,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 +437,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.

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.

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