costmanagement

package
v28.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type Alert

type Alert = original.Alert

type AlertCategory

type AlertCategory = original.AlertCategory

func PossibleAlertCategoryValues

func PossibleAlertCategoryValues() []AlertCategory

type AlertCriteria

type AlertCriteria = original.AlertCriteria
const (
	CostThresholdExceeded  AlertCriteria = original.CostThresholdExceeded
	CreditThresholdReached AlertCriteria = original.CreditThresholdReached
	UsageThresholdExceeded AlertCriteria = original.UsageThresholdExceeded
)

func PossibleAlertCriteriaValues

func PossibleAlertCriteriaValues() []AlertCriteria

type AlertDefinition

type AlertDefinition = original.AlertDefinition

type AlertListResult

type AlertListResult = original.AlertListResult

type AlertListResultIterator

type AlertListResultIterator = original.AlertListResultIterator

func NewAlertListResultIterator

func NewAlertListResultIterator(page AlertListResultPage) AlertListResultIterator

type AlertListResultPage

type AlertListResultPage = original.AlertListResultPage

func NewAlertListResultPage

func NewAlertListResultPage(getNextPage func(context.Context, AlertListResult) (AlertListResult, error)) AlertListResultPage

type AlertProperties

type AlertProperties = original.AlertProperties

type AlertSource

type AlertSource = original.AlertSource
const (
	Preset AlertSource = original.Preset
	User   AlertSource = original.User
)

func PossibleAlertSourceValues

func PossibleAlertSourceValues() []AlertSource

type AlertStatus

type AlertStatus = original.AlertStatus

func PossibleAlertStatusValues

func PossibleAlertStatusValues() []AlertStatus

type AlertType

type AlertType = original.AlertType
const (
	Budget  AlertType = original.Budget
	Credit  AlertType = original.Credit
	Invoice AlertType = original.Invoice
)

func PossibleAlertTypeValues

func PossibleAlertTypeValues() []AlertType

type AlertsClient

type AlertsClient = original.AlertsClient

func NewAlertsClient

func NewAlertsClient(subscriptionID string) AlertsClient

func NewAlertsClientWithBaseURI

func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type BillingAccountDimensionsClient

type BillingAccountDimensionsClient = original.BillingAccountDimensionsClient

func NewBillingAccountDimensionsClient

func NewBillingAccountDimensionsClient(subscriptionID string) BillingAccountDimensionsClient

func NewBillingAccountDimensionsClientWithBaseURI

func NewBillingAccountDimensionsClientWithBaseURI(baseURI string, subscriptionID string) BillingAccountDimensionsClient

type CommonReportProperties

type CommonReportProperties = original.CommonReportProperties

type ConnectorClient

type ConnectorClient = original.ConnectorClient

func NewConnectorClient

func NewConnectorClient(subscriptionID string) ConnectorClient

func NewConnectorClientWithBaseURI

func NewConnectorClientWithBaseURI(baseURI string, subscriptionID string) ConnectorClient

type ConnectorCollectionErrorInfo

type ConnectorCollectionErrorInfo = original.ConnectorCollectionErrorInfo

type ConnectorCollectionInfo

type ConnectorCollectionInfo = original.ConnectorCollectionInfo

type ConnectorDefinition

type ConnectorDefinition = original.ConnectorDefinition

type ConnectorDefinitionListResult

type ConnectorDefinitionListResult = original.ConnectorDefinitionListResult

type ConnectorProperties

type ConnectorProperties = original.ConnectorProperties

type ConnectorStatus

type ConnectorStatus = original.ConnectorStatus
const (
	ConnectorStatusActive    ConnectorStatus = original.ConnectorStatusActive
	ConnectorStatusError     ConnectorStatus = original.ConnectorStatusError
	ConnectorStatusSuspended ConnectorStatus = original.ConnectorStatusSuspended
)

func PossibleConnectorStatusValues

func PossibleConnectorStatusValues() []ConnectorStatus

type Dimension

type Dimension = original.Dimension

type DimensionProperties

type DimensionProperties = original.DimensionProperties

type DimensionsListResult

type DimensionsListResult = original.DimensionsListResult

type ErrorBase

type ErrorBase = original.ErrorBase

type ErrorDetails

type ErrorDetails = original.ErrorDetails

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type ExecutionType

type ExecutionType = original.ExecutionType
const (
	OnDemand  ExecutionType = original.OnDemand
	Scheduled ExecutionType = original.Scheduled
)

func PossibleExecutionTypeValues

func PossibleExecutionTypeValues() []ExecutionType

type FormatType

type FormatType = original.FormatType
const (
	Csv FormatType = original.Csv
)

func PossibleFormatTypeValues

func PossibleFormatTypeValues() []FormatType

type GranularityType

type GranularityType = original.GranularityType

func PossibleGranularityTypeValues

func PossibleGranularityTypeValues() []GranularityType

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type Query

type Query = original.Query

type QueryColumn

type QueryColumn = original.QueryColumn

type QueryProperties

type QueryProperties = original.QueryProperties

type QueryResult

type QueryResult = original.QueryResult

type RecurrenceType

type RecurrenceType = original.RecurrenceType
const (
	RecurrenceTypeAnnually RecurrenceType = original.RecurrenceTypeAnnually
	RecurrenceTypeDaily    RecurrenceType = original.RecurrenceTypeDaily
	RecurrenceTypeMonthly  RecurrenceType = original.RecurrenceTypeMonthly
	RecurrenceTypeWeekly   RecurrenceType = original.RecurrenceTypeWeekly
)

func PossibleRecurrenceTypeValues

func PossibleRecurrenceTypeValues() []RecurrenceType

type Report

type Report = original.Report

type ReportAggregation

type ReportAggregation = original.ReportAggregation

type ReportColumnType

type ReportColumnType = original.ReportColumnType
const (
	ReportColumnTypeDimension ReportColumnType = original.ReportColumnTypeDimension
	ReportColumnTypeTag       ReportColumnType = original.ReportColumnTypeTag
)

func PossibleReportColumnTypeValues

func PossibleReportColumnTypeValues() []ReportColumnType

type ReportComparisonExpression

type ReportComparisonExpression = original.ReportComparisonExpression

type ReportDataset

type ReportDataset = original.ReportDataset

type ReportDatasetConfiguration

type ReportDatasetConfiguration = original.ReportDatasetConfiguration

type ReportDefinition

type ReportDefinition = original.ReportDefinition

type ReportDeliveryDestination

type ReportDeliveryDestination = original.ReportDeliveryDestination

type ReportDeliveryInfo

type ReportDeliveryInfo = original.ReportDeliveryInfo

type ReportExecution

type ReportExecution = original.ReportExecution

type ReportExecutionListResult

type ReportExecutionListResult = original.ReportExecutionListResult

type ReportExecutionProperties

type ReportExecutionProperties = original.ReportExecutionProperties

type ReportFilter

type ReportFilter = original.ReportFilter

type ReportGrouping

type ReportGrouping = original.ReportGrouping

type ReportListResult

type ReportListResult = original.ReportListResult

type ReportProperties

type ReportProperties = original.ReportProperties

type ReportRecurrencePeriod

type ReportRecurrencePeriod = original.ReportRecurrencePeriod

type ReportSchedule

type ReportSchedule = original.ReportSchedule

type ReportTimePeriod

type ReportTimePeriod = original.ReportTimePeriod

type ReportsClient

type ReportsClient = original.ReportsClient

func NewReportsClient

func NewReportsClient(subscriptionID string) ReportsClient

func NewReportsClientWithBaseURI

func NewReportsClientWithBaseURI(baseURI string, subscriptionID string) ReportsClient

type Resource

type Resource = original.Resource

type ResourceGroupDimensionsClient

type ResourceGroupDimensionsClient = original.ResourceGroupDimensionsClient

func NewResourceGroupDimensionsClient

func NewResourceGroupDimensionsClient(subscriptionID string) ResourceGroupDimensionsClient

func NewResourceGroupDimensionsClientWithBaseURI

func NewResourceGroupDimensionsClientWithBaseURI(baseURI string, subscriptionID string) ResourceGroupDimensionsClient

type StatusType

type StatusType = original.StatusType
const (
	StatusTypeActive   StatusType = original.StatusTypeActive
	StatusTypeInactive StatusType = original.StatusTypeInactive
)

func PossibleStatusTypeValues

func PossibleStatusTypeValues() []StatusType

type SubscriptionDimensionsClient

type SubscriptionDimensionsClient = original.SubscriptionDimensionsClient

func NewSubscriptionDimensionsClient

func NewSubscriptionDimensionsClient(subscriptionID string) SubscriptionDimensionsClient

func NewSubscriptionDimensionsClientWithBaseURI

func NewSubscriptionDimensionsClientWithBaseURI(baseURI string, subscriptionID string) SubscriptionDimensionsClient

type TimeframeType

type TimeframeType = original.TimeframeType

func PossibleTimeframeTypeValues

func PossibleTimeframeTypeValues() []TimeframeType

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL