Documentation ¶
Index ¶
- func PossibleValuesForChargeSummaryKind() []string
- type Amount
- type ChargeSummary
- type ChargeSummaryKind
- type ChargesClient
- type ChargesListResult
- type LegacyChargeSummary
- type LegacyChargeSummaryProperties
- type ListOperationOptions
- type ListOperationResponse
- type ModernChargeSummary
- type ModernChargeSummaryProperties
- type RawChargeSummaryImpl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForChargeSummaryKind ¶
func PossibleValuesForChargeSummaryKind() []string
Types ¶
type ChargeSummary ¶
type ChargeSummary interface { }
type ChargeSummaryKind ¶
type ChargeSummaryKind string
const ( ChargeSummaryKindLegacy ChargeSummaryKind = "legacy" ChargeSummaryKindModern ChargeSummaryKind = "modern" )
func (*ChargeSummaryKind) UnmarshalJSON ¶
func (s *ChargeSummaryKind) UnmarshalJSON(bytes []byte) error
type ChargesClient ¶
type ChargesClient struct {
Client *resourcemanager.Client
}
func NewChargesClientWithBaseURI ¶
func NewChargesClientWithBaseURI(sdkApi sdkEnv.Api) (*ChargesClient, error)
func (ChargesClient) List ¶
func (c ChargesClient) List(ctx context.Context, id commonids.ScopeId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
type ChargesListResult ¶
type ChargesListResult struct {
Value *[]ChargeSummary `json:"value,omitempty"`
}
func (*ChargesListResult) UnmarshalJSON ¶
func (s *ChargesListResult) UnmarshalJSON(bytes []byte) error
type LegacyChargeSummary ¶
type LegacyChargeSummary struct { Properties LegacyChargeSummaryProperties `json:"properties"` // Fields inherited from ChargeSummary ETag *string `json:"eTag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
func (LegacyChargeSummary) MarshalJSON ¶
func (s LegacyChargeSummary) MarshalJSON() ([]byte, error)
type LegacyChargeSummaryProperties ¶
type LegacyChargeSummaryProperties struct { AzureCharges *float64 `json:"azureCharges,omitempty"` AzureMarketplaceCharges *float64 `json:"azureMarketplaceCharges,omitempty"` BillingPeriodId *string `json:"billingPeriodId,omitempty"` ChargesBilledSeparately *float64 `json:"chargesBilledSeparately,omitempty"` Currency *string `json:"currency,omitempty"` UsageEnd *string `json:"usageEnd,omitempty"` UsageStart *string `json:"usageStart,omitempty"` }
type ListOperationOptions ¶
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ChargesListResult }
type ModernChargeSummary ¶
type ModernChargeSummary struct { Properties ModernChargeSummaryProperties `json:"properties"` // Fields inherited from ChargeSummary ETag *string `json:"eTag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
func (ModernChargeSummary) MarshalJSON ¶
func (s ModernChargeSummary) MarshalJSON() ([]byte, error)
type ModernChargeSummaryProperties ¶
type ModernChargeSummaryProperties struct { AzureCharges *Amount `json:"azureCharges,omitempty"` BillingAccountId *string `json:"billingAccountId,omitempty"` BillingPeriodId *string `json:"billingPeriodId,omitempty"` BillingProfileId *string `json:"billingProfileId,omitempty"` ChargesBilledSeparately *Amount `json:"chargesBilledSeparately,omitempty"` CustomerId *string `json:"customerId,omitempty"` InvoiceSectionId *string `json:"invoiceSectionId,omitempty"` IsInvoiced *bool `json:"isInvoiced,omitempty"` MarketplaceCharges *Amount `json:"marketplaceCharges,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` UsageEnd *string `json:"usageEnd,omitempty"` UsageStart *string `json:"usageStart,omitempty"` }
type RawChargeSummaryImpl ¶ added in v0.20230807.1063129
RawChargeSummaryImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
Click to show internal directories.
Click to hide internal directories.