Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AggregationGranularity
- type BaseClient
- type BasicOfferTermInfo
- type ErrorResponse
- type InfoField
- type MeterInfo
- type MonetaryCommitment
- type MonetaryCredit
- type Name
- type OfferTermInfo
- type RateCardClient
- type RateCardQueryParameters
- type RecurringCharge
- type ResourceRateCardInfo
- type UsageAggregatesClient
- type UsageAggregation
- type UsageAggregationListResult
- type UsageAggregationListResultIterator
- type UsageAggregationListResultPage
- type UsageSample
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregationGranularity ¶
type AggregationGranularity = original.AggregationGranularity
const ( Daily AggregationGranularity = original.Daily Hourly AggregationGranularity = original.Hourly )
func PossibleAggregationGranularityValues ¶
func PossibleAggregationGranularityValues() []AggregationGranularity
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicOfferTermInfo ¶
type BasicOfferTermInfo = original.BasicOfferTermInfo
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type MonetaryCommitment ¶
type MonetaryCommitment = original.MonetaryCommitment
type MonetaryCredit ¶
type MonetaryCredit = original.MonetaryCredit
type Name ¶
const ( NameMonetaryCommitment Name = original.NameMonetaryCommitment NameMonetaryCredit Name = original.NameMonetaryCredit NameOfferTermInfo Name = original.NameOfferTermInfo NameRecurringCharge Name = original.NameRecurringCharge )
func PossibleNameValues ¶
func PossibleNameValues() []Name
type OfferTermInfo ¶
type OfferTermInfo = original.OfferTermInfo
type RateCardClient ¶
type RateCardClient = original.RateCardClient
func NewRateCardClient ¶
func NewRateCardClient(subscriptionID string) RateCardClient
func NewRateCardClientWithBaseURI ¶
func NewRateCardClientWithBaseURI(baseURI string, subscriptionID string) RateCardClient
type RateCardQueryParameters ¶
type RateCardQueryParameters = original.RateCardQueryParameters
type RecurringCharge ¶
type RecurringCharge = original.RecurringCharge
type ResourceRateCardInfo ¶
type ResourceRateCardInfo = original.ResourceRateCardInfo
type UsageAggregatesClient ¶
type UsageAggregatesClient = original.UsageAggregatesClient
func NewUsageAggregatesClient ¶
func NewUsageAggregatesClient(subscriptionID string) UsageAggregatesClient
func NewUsageAggregatesClientWithBaseURI ¶
func NewUsageAggregatesClientWithBaseURI(baseURI string, subscriptionID string) UsageAggregatesClient
type UsageAggregation ¶
type UsageAggregation = original.UsageAggregation
type UsageAggregationListResult ¶
type UsageAggregationListResult = original.UsageAggregationListResult
type UsageAggregationListResultIterator ¶
type UsageAggregationListResultIterator = original.UsageAggregationListResultIterator
func NewUsageAggregationListResultIterator ¶
func NewUsageAggregationListResultIterator(page UsageAggregationListResultPage) UsageAggregationListResultIterator
type UsageAggregationListResultPage ¶
type UsageAggregationListResultPage = original.UsageAggregationListResultPage
func NewUsageAggregationListResultPage ¶
func NewUsageAggregationListResultPage(cur UsageAggregationListResult, getNextPage func(context.Context, UsageAggregationListResult) (UsageAggregationListResult, error)) UsageAggregationListResultPage
type UsageSample ¶
type UsageSample = original.UsageSample
Click to show internal directories.
Click to hide internal directories.