Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type Amount struct + Currency *string + Value *float64 + type AmountWithExchangeRate struct + Currency *string + ExchangeRate *float64 + ExchangeRateMonth *float64 + Value *float64 + type CreditBalanceSummary struct + CurrentBalance *Amount + CurrentBalanceInBillingCurrency *AmountWithExchangeRate + EstimatedBalance *Amount + EstimatedBalanceInBillingCurrency *AmountWithExchangeRate + type CreditSummary struct + ETag *string + Id *string + Name *string + Properties *CreditSummaryProperties + Type *string + type CreditSummaryProperties struct + BalanceSummary *CreditBalanceSummary + BillingCurrency *string + CreditCurrency *string + ExpiredCredit *Amount + PendingCreditAdjustments *Amount + PendingEligibleCharges *Amount + Reseller *Reseller + type CreditsClient struct + Client *resourcemanager.Client + func NewCreditsClientWithBaseURI(sdkApi sdkEnv.Api) (*CreditsClient, error) + func (c CreditsClient) Get(ctx context.Context, id commonids.ScopeId) (result GetOperationResponse, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *CreditSummary + OData *odata.OData + type Reseller struct + ResellerDescription *string + ResellerId *string