Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type Budget
- type BudgetProperties
- type BudgetTimePeriod
- type BudgetsClient
- type BudgetsListResult
- type CurrentSpend
- type ErrorDetails
- type ErrorResponse
- type Notification
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type OperatorType
- type ProxyResource
- type TimeGrainType
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string, name string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string, name string) BaseClient
type BudgetProperties ¶
type BudgetProperties = original.BudgetProperties
type BudgetTimePeriod ¶
type BudgetTimePeriod = original.BudgetTimePeriod
type BudgetsClient ¶
type BudgetsClient = original.BudgetsClient
func NewBudgetsClient ¶
func NewBudgetsClient(subscriptionID string, name string) BudgetsClient
func NewBudgetsClientWithBaseURI ¶
func NewBudgetsClientWithBaseURI(baseURI string, subscriptionID string, name string) BudgetsClient
type BudgetsListResult ¶
type BudgetsListResult = original.BudgetsListResult
type CurrentSpend ¶
type CurrentSpend = original.CurrentSpend
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type Notification ¶
type Notification = original.Notification
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string, name string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string, name 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 ProxyResource ¶
type ProxyResource = original.ProxyResource
type TimeGrainType ¶
type TimeGrainType = original.TimeGrainType
const ( Annually TimeGrainType = original.Annually Monthly TimeGrainType = original.Monthly Quarterly TimeGrainType = original.Quarterly )
func PossibleTimeGrainTypeValues ¶
func PossibleTimeGrainTypeValues() []TimeGrainType
Click to show internal directories.
Click to hide internal directories.