Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AggregatedCostClient
- type Balance
- type BalanceProperties
- type BalancePropertiesAdjustmentDetailsItem
- type BalancePropertiesNewPurchasesDetailsItem
- type BalancesClient
- type BaseClient
- type BillingFrequency
- type Bound
- type Budget
- type BudgetProperties
- type BudgetTimePeriod
- type BudgetsClient
- type BudgetsListResult
- type BudgetsListResultIterator
- type BudgetsListResultPage
- type CategoryType
- type ChargeSummary
- type ChargeSummaryProperties
- type ChargeType
- type ChargesClient
- type ChargesListResult
- type CurrentSpend
- type Datagrain
- type ErrorDetails
- type ErrorResponse
- type Filters
- type Forecast
- type ForecastProperties
- type ForecastPropertiesConfidenceLevelsItem
- type ForecastsClient
- type ForecastsListResult
- type Grain
- type ManagementGroupAggregatedCostProperties
- type ManagementGroupAggregatedCostResult
- type Marketplace
- type MarketplaceProperties
- type MarketplacesClient
- type MarketplacesListResult
- type MarketplacesListResultIterator
- type MarketplacesListResultPage
- type MeterDetails
- type Notification
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type OperatorType
- type PriceSheetClient
- type PriceSheetModel
- type PriceSheetProperties
- type PriceSheetResult
- type ProxyResource
- type ReservationDetail
- type ReservationDetailProperties
- type ReservationDetailsListResult
- type ReservationDetailsListResultIterator
- type ReservationDetailsListResultPage
- type ReservationRecommendation
- type ReservationRecommendationProperties
- type ReservationRecommendationsClient
- type ReservationRecommendationsListResult
- type ReservationRecommendationsListResultIterator
- type ReservationRecommendationsListResultPage
- type ReservationSummariesListResult
- type ReservationSummariesListResultIterator
- type ReservationSummariesListResultPage
- type ReservationSummary
- type ReservationSummaryProperties
- type ReservationsDetailsClient
- type ReservationsSummariesClient
- type Resource
- type ResourceAttributes
- type Tag
- type TagProperties
- type TagsClient
- type TagsResult
- type TimeGrainType
- type UsageDetail
- type UsageDetailProperties
- type UsageDetailsClient
- type UsageDetailsListResult
- type UsageDetailsListResultIterator
- type UsageDetailsListResultPage
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregatedCostClient ¶
type AggregatedCostClient = original.AggregatedCostClient
func NewAggregatedCostClient ¶
func NewAggregatedCostClient(subscriptionID string) AggregatedCostClient
func NewAggregatedCostClientWithBaseURI ¶
func NewAggregatedCostClientWithBaseURI(baseURI string, subscriptionID string) AggregatedCostClient
type BalanceProperties ¶
type BalanceProperties = original.BalanceProperties
type BalancePropertiesAdjustmentDetailsItem ¶
type BalancePropertiesAdjustmentDetailsItem = original.BalancePropertiesAdjustmentDetailsItem
type BalancePropertiesNewPurchasesDetailsItem ¶
type BalancePropertiesNewPurchasesDetailsItem = original.BalancePropertiesNewPurchasesDetailsItem
type BalancesClient ¶
type BalancesClient = original.BalancesClient
func NewBalancesClient ¶
func NewBalancesClient(subscriptionID string) BalancesClient
func NewBalancesClientWithBaseURI ¶
func NewBalancesClientWithBaseURI(baseURI string, subscriptionID string) BalancesClient
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BillingFrequency ¶
type BillingFrequency = original.BillingFrequency
const ( Month BillingFrequency = original.Month Quarter BillingFrequency = original.Quarter Year BillingFrequency = original.Year )
func PossibleBillingFrequencyValues ¶
func PossibleBillingFrequencyValues() []BillingFrequency
type Bound ¶
func PossibleBoundValues ¶
func PossibleBoundValues() []Bound
type BudgetProperties ¶
type BudgetProperties = original.BudgetProperties
type BudgetTimePeriod ¶
type BudgetTimePeriod = original.BudgetTimePeriod
type BudgetsClient ¶
type BudgetsClient = original.BudgetsClient
func NewBudgetsClient ¶
func NewBudgetsClient(subscriptionID string) BudgetsClient
func NewBudgetsClientWithBaseURI ¶
func NewBudgetsClientWithBaseURI(baseURI string, subscriptionID string) BudgetsClient
type BudgetsListResult ¶
type BudgetsListResult = original.BudgetsListResult
type BudgetsListResultIterator ¶
type BudgetsListResultIterator = original.BudgetsListResultIterator
func NewBudgetsListResultIterator ¶
func NewBudgetsListResultIterator(page BudgetsListResultPage) BudgetsListResultIterator
type BudgetsListResultPage ¶
type BudgetsListResultPage = original.BudgetsListResultPage
func NewBudgetsListResultPage ¶
func NewBudgetsListResultPage(getNextPage func(context.Context, BudgetsListResult) (BudgetsListResult, error)) BudgetsListResultPage
type CategoryType ¶
type CategoryType = original.CategoryType
const ( Cost CategoryType = original.Cost Usage CategoryType = original.Usage )
func PossibleCategoryTypeValues ¶
func PossibleCategoryTypeValues() []CategoryType
type ChargeSummary ¶
type ChargeSummary = original.ChargeSummary
type ChargeSummaryProperties ¶
type ChargeSummaryProperties = original.ChargeSummaryProperties
type ChargeType ¶
type ChargeType = original.ChargeType
const ( ChargeTypeActual ChargeType = original.ChargeTypeActual ChargeTypeForecast ChargeType = original.ChargeTypeForecast )
func PossibleChargeTypeValues ¶
func PossibleChargeTypeValues() []ChargeType
type ChargesClient ¶
type ChargesClient = original.ChargesClient
func NewChargesClient ¶
func NewChargesClient(subscriptionID string) ChargesClient
func NewChargesClientWithBaseURI ¶
func NewChargesClientWithBaseURI(baseURI string, subscriptionID string) ChargesClient
type ChargesListResult ¶
type ChargesListResult = original.ChargesListResult
type CurrentSpend ¶
type CurrentSpend = original.CurrentSpend
type Datagrain ¶
const ( DailyGrain Datagrain = original.DailyGrain MonthlyGrain Datagrain = original.MonthlyGrain )
func PossibleDatagrainValues ¶
func PossibleDatagrainValues() []Datagrain
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ForecastProperties ¶
type ForecastProperties = original.ForecastProperties
type ForecastPropertiesConfidenceLevelsItem ¶
type ForecastPropertiesConfidenceLevelsItem = original.ForecastPropertiesConfidenceLevelsItem
type ForecastsClient ¶
type ForecastsClient = original.ForecastsClient
func NewForecastsClient ¶
func NewForecastsClient(subscriptionID string) ForecastsClient
func NewForecastsClientWithBaseURI ¶
func NewForecastsClientWithBaseURI(baseURI string, subscriptionID string) ForecastsClient
type ForecastsListResult ¶
type ForecastsListResult = original.ForecastsListResult
type ManagementGroupAggregatedCostProperties ¶
type ManagementGroupAggregatedCostProperties = original.ManagementGroupAggregatedCostProperties
type ManagementGroupAggregatedCostResult ¶
type ManagementGroupAggregatedCostResult = original.ManagementGroupAggregatedCostResult
type Marketplace ¶
type Marketplace = original.Marketplace
type MarketplaceProperties ¶
type MarketplaceProperties = original.MarketplaceProperties
type MarketplacesClient ¶
type MarketplacesClient = original.MarketplacesClient
func NewMarketplacesClient ¶
func NewMarketplacesClient(subscriptionID string) MarketplacesClient
func NewMarketplacesClientWithBaseURI ¶
func NewMarketplacesClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesClient
type MarketplacesListResult ¶
type MarketplacesListResult = original.MarketplacesListResult
type MarketplacesListResultIterator ¶
type MarketplacesListResultIterator = original.MarketplacesListResultIterator
func NewMarketplacesListResultIterator ¶
func NewMarketplacesListResultIterator(page MarketplacesListResultPage) MarketplacesListResultIterator
type MarketplacesListResultPage ¶
type MarketplacesListResultPage = original.MarketplacesListResultPage
func NewMarketplacesListResultPage ¶
func NewMarketplacesListResultPage(getNextPage func(context.Context, MarketplacesListResult) (MarketplacesListResult, error)) MarketplacesListResultPage
type MeterDetails ¶
type MeterDetails = original.MeterDetails
type Notification ¶
type Notification = original.Notification
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type OperatorType ¶
type OperatorType = original.OperatorType
const ( EqualTo OperatorType = original.EqualTo GreaterThan OperatorType = original.GreaterThan GreaterThanOrEqualTo OperatorType = original.GreaterThanOrEqualTo )
func PossibleOperatorTypeValues ¶
func PossibleOperatorTypeValues() []OperatorType
type PriceSheetClient ¶
type PriceSheetClient = original.PriceSheetClient
func NewPriceSheetClient ¶
func NewPriceSheetClient(subscriptionID string) PriceSheetClient
func NewPriceSheetClientWithBaseURI ¶
func NewPriceSheetClientWithBaseURI(baseURI string, subscriptionID string) PriceSheetClient
type PriceSheetModel ¶
type PriceSheetModel = original.PriceSheetModel
type PriceSheetProperties ¶
type PriceSheetProperties = original.PriceSheetProperties
type PriceSheetResult ¶
type PriceSheetResult = original.PriceSheetResult
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ReservationDetail ¶
type ReservationDetail = original.ReservationDetail
type ReservationDetailProperties ¶
type ReservationDetailProperties = original.ReservationDetailProperties
type ReservationDetailsListResult ¶
type ReservationDetailsListResult = original.ReservationDetailsListResult
type ReservationDetailsListResultIterator ¶
type ReservationDetailsListResultIterator = original.ReservationDetailsListResultIterator
func NewReservationDetailsListResultIterator ¶
func NewReservationDetailsListResultIterator(page ReservationDetailsListResultPage) ReservationDetailsListResultIterator
type ReservationDetailsListResultPage ¶
type ReservationDetailsListResultPage = original.ReservationDetailsListResultPage
func NewReservationDetailsListResultPage ¶
func NewReservationDetailsListResultPage(getNextPage func(context.Context, ReservationDetailsListResult) (ReservationDetailsListResult, error)) ReservationDetailsListResultPage
type ReservationRecommendation ¶
type ReservationRecommendation = original.ReservationRecommendation
type ReservationRecommendationProperties ¶
type ReservationRecommendationProperties = original.ReservationRecommendationProperties
type ReservationRecommendationsClient ¶
type ReservationRecommendationsClient = original.ReservationRecommendationsClient
func NewReservationRecommendationsClient ¶
func NewReservationRecommendationsClient(subscriptionID string) ReservationRecommendationsClient
func NewReservationRecommendationsClientWithBaseURI ¶
func NewReservationRecommendationsClientWithBaseURI(baseURI string, subscriptionID string) ReservationRecommendationsClient
type ReservationRecommendationsListResult ¶
type ReservationRecommendationsListResult = original.ReservationRecommendationsListResult
type ReservationRecommendationsListResultIterator ¶
type ReservationRecommendationsListResultIterator = original.ReservationRecommendationsListResultIterator
func NewReservationRecommendationsListResultIterator ¶
func NewReservationRecommendationsListResultIterator(page ReservationRecommendationsListResultPage) ReservationRecommendationsListResultIterator
type ReservationRecommendationsListResultPage ¶
type ReservationRecommendationsListResultPage = original.ReservationRecommendationsListResultPage
func NewReservationRecommendationsListResultPage ¶
func NewReservationRecommendationsListResultPage(getNextPage func(context.Context, ReservationRecommendationsListResult) (ReservationRecommendationsListResult, error)) ReservationRecommendationsListResultPage
type ReservationSummariesListResult ¶
type ReservationSummariesListResult = original.ReservationSummariesListResult
type ReservationSummariesListResultIterator ¶
type ReservationSummariesListResultIterator = original.ReservationSummariesListResultIterator
func NewReservationSummariesListResultIterator ¶
func NewReservationSummariesListResultIterator(page ReservationSummariesListResultPage) ReservationSummariesListResultIterator
type ReservationSummariesListResultPage ¶
type ReservationSummariesListResultPage = original.ReservationSummariesListResultPage
func NewReservationSummariesListResultPage ¶
func NewReservationSummariesListResultPage(getNextPage func(context.Context, ReservationSummariesListResult) (ReservationSummariesListResult, error)) ReservationSummariesListResultPage
type ReservationSummary ¶
type ReservationSummary = original.ReservationSummary
type ReservationSummaryProperties ¶
type ReservationSummaryProperties = original.ReservationSummaryProperties
type ReservationsDetailsClient ¶
type ReservationsDetailsClient = original.ReservationsDetailsClient
func NewReservationsDetailsClient ¶
func NewReservationsDetailsClient(subscriptionID string) ReservationsDetailsClient
func NewReservationsDetailsClientWithBaseURI ¶
func NewReservationsDetailsClientWithBaseURI(baseURI string, subscriptionID string) ReservationsDetailsClient
type ReservationsSummariesClient ¶
type ReservationsSummariesClient = original.ReservationsSummariesClient
func NewReservationsSummariesClient ¶
func NewReservationsSummariesClient(subscriptionID string) ReservationsSummariesClient
func NewReservationsSummariesClientWithBaseURI ¶
func NewReservationsSummariesClientWithBaseURI(baseURI string, subscriptionID string) ReservationsSummariesClient
type ResourceAttributes ¶
type ResourceAttributes = original.ResourceAttributes
type TagProperties ¶
type TagProperties = original.TagProperties
type TagsClient ¶
type TagsClient = original.TagsClient
func NewTagsClient ¶
func NewTagsClient(subscriptionID string) TagsClient
func NewTagsClientWithBaseURI ¶
func NewTagsClientWithBaseURI(baseURI string, subscriptionID string) TagsClient
type TagsResult ¶
type TagsResult = original.TagsResult
type TimeGrainType ¶
type TimeGrainType = original.TimeGrainType
const ( TimeGrainTypeAnnually TimeGrainType = original.TimeGrainTypeAnnually TimeGrainTypeBillingAnnual TimeGrainType = original.TimeGrainTypeBillingAnnual TimeGrainTypeBillingMonth TimeGrainType = original.TimeGrainTypeBillingMonth TimeGrainTypeBillingQuarter TimeGrainType = original.TimeGrainTypeBillingQuarter TimeGrainTypeMonthly TimeGrainType = original.TimeGrainTypeMonthly TimeGrainTypeQuarterly TimeGrainType = original.TimeGrainTypeQuarterly )
func PossibleTimeGrainTypeValues ¶
func PossibleTimeGrainTypeValues() []TimeGrainType
type UsageDetail ¶
type UsageDetail = original.UsageDetail
type UsageDetailProperties ¶
type UsageDetailProperties = original.UsageDetailProperties
type UsageDetailsClient ¶
type UsageDetailsClient = original.UsageDetailsClient
func NewUsageDetailsClient ¶
func NewUsageDetailsClient(subscriptionID string) UsageDetailsClient
func NewUsageDetailsClientWithBaseURI ¶
func NewUsageDetailsClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsClient
type UsageDetailsListResult ¶
type UsageDetailsListResult = original.UsageDetailsListResult
type UsageDetailsListResultIterator ¶
type UsageDetailsListResultIterator = original.UsageDetailsListResultIterator
func NewUsageDetailsListResultIterator ¶
func NewUsageDetailsListResultIterator(page UsageDetailsListResultPage) UsageDetailsListResultIterator
type UsageDetailsListResultPage ¶
type UsageDetailsListResultPage = original.UsageDetailsListResultPage
func NewUsageDetailsListResultPage ¶
func NewUsageDetailsListResultPage(getNextPage func(context.Context, UsageDetailsListResult) (UsageDetailsListResult, error)) UsageDetailsListResultPage
Click to show internal directories.
Click to hide internal directories.