...

Package consumption

import "github.com/Azure/azure-sdk-for-go/services/consumption/mgmt/2018-03-31/consumption"
Overview
Index
Subdirectories

Overview ▾

Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption). We strongly encourage you to upgrade to continue receiving updates. See [Migration Guide](https://aka.ms/azsdk/golang/t2/migration) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.

Package consumption implements the Azure ARM Consumption service API version 2018-03-31.

Consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

Index ▾

Constants
func UserAgent() string
func Version() string
type Balance
    func (b Balance) MarshalJSON() ([]byte, error)
    func (b *Balance) UnmarshalJSON(body []byte) error
type BalanceProperties
    func (bp BalanceProperties) MarshalJSON() ([]byte, error)
type BalancePropertiesAdjustmentDetailsItem
    func (bpDi BalancePropertiesAdjustmentDetailsItem) MarshalJSON() ([]byte, error)
type BalancePropertiesNewPurchasesDetailsItem
    func (bpPdi BalancePropertiesNewPurchasesDetailsItem) MarshalJSON() ([]byte, error)
type BaseClient
    func New(subscriptionID string) BaseClient
    func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
    func (client BaseClient) GetBalancesByBillingAccount(ctx context.Context, billingAccountID string) (result Balance, err error)
    func (client BaseClient) GetBalancesByBillingAccountPreparer(ctx context.Context, billingAccountID string) (*http.Request, error)
    func (client BaseClient) GetBalancesByBillingAccountResponder(resp *http.Response) (result Balance, err error)
    func (client BaseClient) GetBalancesByBillingAccountSender(req *http.Request) (*http.Response, error)
type BillingFrequency
    func PossibleBillingFrequencyValues() []BillingFrequency
type Budget
    func (b Budget) MarshalJSON() ([]byte, error)
    func (b *Budget) UnmarshalJSON(body []byte) error
type BudgetProperties
    func (bp BudgetProperties) MarshalJSON() ([]byte, error)
type BudgetTimePeriod
type BudgetsClient
    func NewBudgetsClient(subscriptionID string) BudgetsClient
    func NewBudgetsClientWithBaseURI(baseURI string, subscriptionID string) BudgetsClient
    func (client BudgetsClient) CreateOrUpdate(ctx context.Context, budgetName string, parameters Budget) (result Budget, err error)
    func (client BudgetsClient) CreateOrUpdateByResourceGroupName(ctx context.Context, resourceGroupName string, budgetName string, parameters Budget) (result Budget, err error)
    func (client BudgetsClient) CreateOrUpdateByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string, budgetName string, parameters Budget) (*http.Request, error)
    func (client BudgetsClient) CreateOrUpdateByResourceGroupNameResponder(resp *http.Response) (result Budget, err error)
    func (client BudgetsClient) CreateOrUpdateByResourceGroupNameSender(req *http.Request) (*http.Response, error)
    func (client BudgetsClient) CreateOrUpdatePreparer(ctx context.Context, budgetName string, parameters Budget) (*http.Request, error)
    func (client BudgetsClient) CreateOrUpdateResponder(resp *http.Response) (result Budget, err error)
    func (client BudgetsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
    func (client BudgetsClient) Delete(ctx context.Context, budgetName string) (result autorest.Response, err error)
    func (client BudgetsClient) DeleteByResourceGroupName(ctx context.Context, resourceGroupName string, budgetName string) (result autorest.Response, err error)
    func (client BudgetsClient) DeleteByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string, budgetName string) (*http.Request, error)
    func (client BudgetsClient) DeleteByResourceGroupNameResponder(resp *http.Response) (result autorest.Response, err error)
    func (client BudgetsClient) DeleteByResourceGroupNameSender(req *http.Request) (*http.Response, error)
    func (client BudgetsClient) DeletePreparer(ctx context.Context, budgetName string) (*http.Request, error)
    func (client BudgetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
    func (client BudgetsClient) DeleteSender(req *http.Request) (*http.Response, error)
    func (client BudgetsClient) Get(ctx context.Context, budgetName string) (result Budget, err error)
    func (client BudgetsClient) GetByResourceGroupName(ctx context.Context, resourceGroupName string, budgetName string) (result Budget, err error)
    func (client BudgetsClient) GetByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string, budgetName string) (*http.Request, error)
    func (client BudgetsClient) GetByResourceGroupNameResponder(resp *http.Response) (result Budget, err error)
    func (client BudgetsClient) GetByResourceGroupNameSender(req *http.Request) (*http.Response, error)
    func (client BudgetsClient) GetPreparer(ctx context.Context, budgetName string) (*http.Request, error)
    func (client BudgetsClient) GetResponder(resp *http.Response) (result Budget, err error)
    func (client BudgetsClient) GetSender(req *http.Request) (*http.Response, error)
    func (client BudgetsClient) List(ctx context.Context) (result BudgetsListResultPage, err error)
    func (client BudgetsClient) ListByResourceGroupName(ctx context.Context, resourceGroupName string) (result BudgetsListResultPage, err error)
    func (client BudgetsClient) ListByResourceGroupNameComplete(ctx context.Context, resourceGroupName string) (result BudgetsListResultIterator, err error)
    func (client BudgetsClient) ListByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
    func (client BudgetsClient) ListByResourceGroupNameResponder(resp *http.Response) (result BudgetsListResult, err error)
    func (client BudgetsClient) ListByResourceGroupNameSender(req *http.Request) (*http.Response, error)
    func (client BudgetsClient) ListComplete(ctx context.Context) (result BudgetsListResultIterator, err error)
    func (client BudgetsClient) ListPreparer(ctx context.Context) (*http.Request, error)
    func (client BudgetsClient) ListResponder(resp *http.Response) (result BudgetsListResult, err error)
    func (client BudgetsClient) ListSender(req *http.Request) (*http.Response, error)
type BudgetsListResult
    func (blr BudgetsListResult) IsEmpty() bool
    func (blr BudgetsListResult) MarshalJSON() ([]byte, error)
type BudgetsListResultIterator
    func NewBudgetsListResultIterator(page BudgetsListResultPage) BudgetsListResultIterator
    func (iter *BudgetsListResultIterator) Next() error
    func (iter *BudgetsListResultIterator) NextWithContext(ctx context.Context) (err error)
    func (iter BudgetsListResultIterator) NotDone() bool
    func (iter BudgetsListResultIterator) Response() BudgetsListResult
    func (iter BudgetsListResultIterator) Value() Budget
type BudgetsListResultPage
    func NewBudgetsListResultPage(cur BudgetsListResult, getNextPage func(context.Context, BudgetsListResult) (BudgetsListResult, error)) BudgetsListResultPage
    func (page *BudgetsListResultPage) Next() error
    func (page *BudgetsListResultPage) NextWithContext(ctx context.Context) (err error)
    func (page BudgetsListResultPage) NotDone() bool
    func (page BudgetsListResultPage) Response() BudgetsListResult
    func (page BudgetsListResultPage) Values() []Budget
type CategoryType
    func PossibleCategoryTypeValues() []CategoryType
type CostTag
type CostTagProperties
type CostTags
    func (ct CostTags) MarshalJSON() ([]byte, error)
    func (ct *CostTags) UnmarshalJSON(body []byte) error
type CostTagsClient
    func NewCostTagsClient(subscriptionID string) CostTagsClient
    func NewCostTagsClientWithBaseURI(baseURI string, subscriptionID string) CostTagsClient
    func (client CostTagsClient) CreateOrUpdate(ctx context.Context, billingAccountID string, parameters CostTags) (result CostTags, err error)
    func (client CostTagsClient) CreateOrUpdatePreparer(ctx context.Context, billingAccountID string, parameters CostTags) (*http.Request, error)
    func (client CostTagsClient) CreateOrUpdateResponder(resp *http.Response) (result CostTags, err error)
    func (client CostTagsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
    func (client CostTagsClient) Get(ctx context.Context, billingAccountID string) (result CostTags, err error)
    func (client CostTagsClient) GetPreparer(ctx context.Context, billingAccountID string) (*http.Request, error)
    func (client CostTagsClient) GetResponder(resp *http.Response) (result CostTags, err error)
    func (client CostTagsClient) GetSender(req *http.Request) (*http.Response, error)
type CurrentSpend
    func (cs CurrentSpend) MarshalJSON() ([]byte, error)
type Datagrain
    func PossibleDatagrainValues() []Datagrain
type ErrorDetails
    func (ed ErrorDetails) MarshalJSON() ([]byte, error)
type ErrorResponse
type Filters
    func (f Filters) MarshalJSON() ([]byte, error)
type GetBalancesByBillingAccountClient
    func NewGetBalancesByBillingAccountClient(subscriptionID string) GetBalancesByBillingAccountClient
    func NewGetBalancesByBillingAccountClientWithBaseURI(baseURI string, subscriptionID string) GetBalancesByBillingAccountClient
    func (client GetBalancesByBillingAccountClient) ByBillingPeriod(ctx context.Context, billingAccountID string, billingPeriodName string) (result Balance, err error)
    func (client GetBalancesByBillingAccountClient) ByBillingPeriodPreparer(ctx context.Context, billingAccountID string, billingPeriodName string) (*http.Request, error)
    func (client GetBalancesByBillingAccountClient) ByBillingPeriodResponder(resp *http.Response) (result Balance, err error)
    func (client GetBalancesByBillingAccountClient) ByBillingPeriodSender(req *http.Request) (*http.Response, error)
type Marketplace
    func (mVar Marketplace) MarshalJSON() ([]byte, error)
    func (mVar *Marketplace) UnmarshalJSON(body []byte) error
type MarketplaceProperties
    func (mp MarketplaceProperties) MarshalJSON() ([]byte, error)
type MarketplacesByBillingAccountClient
    func NewMarketplacesByBillingAccountClient(subscriptionID string) MarketplacesByBillingAccountClient
    func NewMarketplacesByBillingAccountClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesByBillingAccountClient
    func (client MarketplacesByBillingAccountClient) List(ctx context.Context, billingAccountID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)
    func (client MarketplacesByBillingAccountClient) ListByBillingPeriod(ctx context.Context, billingAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)
    func (client MarketplacesByBillingAccountClient) ListByBillingPeriodComplete(ctx context.Context, billingAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)
    func (client MarketplacesByBillingAccountClient) ListByBillingPeriodPreparer(ctx context.Context, billingAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (*http.Request, error)
    func (client MarketplacesByBillingAccountClient) ListByBillingPeriodResponder(resp *http.Response) (result MarketplacesListResult, err error)
    func (client MarketplacesByBillingAccountClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client MarketplacesByBillingAccountClient) ListComplete(ctx context.Context, billingAccountID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)
    func (client MarketplacesByBillingAccountClient) ListPreparer(ctx context.Context, billingAccountID string, filter string, top *int32, skiptoken string) (*http.Request, error)
    func (client MarketplacesByBillingAccountClient) ListResponder(resp *http.Response) (result MarketplacesListResult, err error)
    func (client MarketplacesByBillingAccountClient) ListSender(req *http.Request) (*http.Response, error)
type MarketplacesByDepartmentClient
    func NewMarketplacesByDepartmentClient(subscriptionID string) MarketplacesByDepartmentClient
    func NewMarketplacesByDepartmentClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesByDepartmentClient
    func (client MarketplacesByDepartmentClient) List(ctx context.Context, departmentID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)
    func (client MarketplacesByDepartmentClient) ListByBillingPeriod(ctx context.Context, departmentID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)
    func (client MarketplacesByDepartmentClient) ListByBillingPeriodComplete(ctx context.Context, departmentID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)
    func (client MarketplacesByDepartmentClient) ListByBillingPeriodPreparer(ctx context.Context, departmentID string, billingPeriodName string, filter string, top *int32, skiptoken string) (*http.Request, error)
    func (client MarketplacesByDepartmentClient) ListByBillingPeriodResponder(resp *http.Response) (result MarketplacesListResult, err error)
    func (client MarketplacesByDepartmentClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client MarketplacesByDepartmentClient) ListComplete(ctx context.Context, departmentID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)
    func (client MarketplacesByDepartmentClient) ListPreparer(ctx context.Context, departmentID string, filter string, top *int32, skiptoken string) (*http.Request, error)
    func (client MarketplacesByDepartmentClient) ListResponder(resp *http.Response) (result MarketplacesListResult, err error)
    func (client MarketplacesByDepartmentClient) ListSender(req *http.Request) (*http.Response, error)
type MarketplacesByEnrollmentAccountsClient
    func NewMarketplacesByEnrollmentAccountsClient(subscriptionID string) MarketplacesByEnrollmentAccountsClient
    func NewMarketplacesByEnrollmentAccountsClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesByEnrollmentAccountsClient
    func (client MarketplacesByEnrollmentAccountsClient) List(ctx context.Context, enrollmentAccountID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)
    func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriod(ctx context.Context, enrollmentAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)
    func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodComplete(ctx context.Context, enrollmentAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)
    func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodPreparer(ctx context.Context, enrollmentAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (*http.Request, error)
    func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodResponder(resp *http.Response) (result MarketplacesListResult, err error)
    func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client MarketplacesByEnrollmentAccountsClient) ListComplete(ctx context.Context, enrollmentAccountID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)
    func (client MarketplacesByEnrollmentAccountsClient) ListPreparer(ctx context.Context, enrollmentAccountID string, filter string, top *int32, skiptoken string) (*http.Request, error)
    func (client MarketplacesByEnrollmentAccountsClient) ListResponder(resp *http.Response) (result MarketplacesListResult, err error)
    func (client MarketplacesByEnrollmentAccountsClient) ListSender(req *http.Request) (*http.Response, error)
type MarketplacesClient
    func NewMarketplacesClient(subscriptionID string) MarketplacesClient
    func NewMarketplacesClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesClient
    func (client MarketplacesClient) List(ctx context.Context, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)
    func (client MarketplacesClient) ListByBillingPeriod(ctx context.Context, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)
    func (client MarketplacesClient) ListByBillingPeriodComplete(ctx context.Context, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)
    func (client MarketplacesClient) ListByBillingPeriodPreparer(ctx context.Context, billingPeriodName string, filter string, top *int32, skiptoken string) (*http.Request, error)
    func (client MarketplacesClient) ListByBillingPeriodResponder(resp *http.Response) (result MarketplacesListResult, err error)
    func (client MarketplacesClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client MarketplacesClient) ListComplete(ctx context.Context, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)
    func (client MarketplacesClient) ListPreparer(ctx context.Context, filter string, top *int32, skiptoken string) (*http.Request, error)
    func (client MarketplacesClient) ListResponder(resp *http.Response) (result MarketplacesListResult, err error)
    func (client MarketplacesClient) ListSender(req *http.Request) (*http.Response, error)
type MarketplacesListResult
    func (mlr MarketplacesListResult) IsEmpty() bool
    func (mlr MarketplacesListResult) MarshalJSON() ([]byte, error)
type MarketplacesListResultIterator
    func NewMarketplacesListResultIterator(page MarketplacesListResultPage) MarketplacesListResultIterator
    func (iter *MarketplacesListResultIterator) Next() error
    func (iter *MarketplacesListResultIterator) NextWithContext(ctx context.Context) (err error)
    func (iter MarketplacesListResultIterator) NotDone() bool
    func (iter MarketplacesListResultIterator) Response() MarketplacesListResult
    func (iter MarketplacesListResultIterator) Value() Marketplace
type MarketplacesListResultPage
    func NewMarketplacesListResultPage(cur MarketplacesListResult, getNextPage func(context.Context, MarketplacesListResult) (MarketplacesListResult, error)) MarketplacesListResultPage
    func (page *MarketplacesListResultPage) Next() error
    func (page *MarketplacesListResultPage) NextWithContext(ctx context.Context) (err error)
    func (page MarketplacesListResultPage) NotDone() bool
    func (page MarketplacesListResultPage) Response() MarketplacesListResult
    func (page MarketplacesListResultPage) Values() []Marketplace
type MeterDetails
    func (md MeterDetails) MarshalJSON() ([]byte, error)
type Notification
type Operation
    func (o Operation) MarshalJSON() ([]byte, error)
type OperationDisplay
    func (o OperationDisplay) MarshalJSON() ([]byte, error)
type OperationListResult
    func (olr OperationListResult) IsEmpty() bool
    func (olr OperationListResult) MarshalJSON() ([]byte, error)
type OperationListResultIterator
    func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
    func (iter *OperationListResultIterator) Next() error
    func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error)
    func (iter OperationListResultIterator) NotDone() bool
    func (iter OperationListResultIterator) Response() OperationListResult
    func (iter OperationListResultIterator) Value() Operation
type OperationListResultPage
    func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
    func (page *OperationListResultPage) Next() error
    func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error)
    func (page OperationListResultPage) NotDone() bool
    func (page OperationListResultPage) Response() OperationListResult
    func (page OperationListResultPage) Values() []Operation
type OperationsClient
    func NewOperationsClient(subscriptionID string) OperationsClient
    func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
    func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
    func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
    func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error)
    func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
    func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error)
type OperatorType
    func PossibleOperatorTypeValues() []OperatorType
type PriceSheetClient
    func NewPriceSheetClient(subscriptionID string) PriceSheetClient
    func NewPriceSheetClientWithBaseURI(baseURI string, subscriptionID string) PriceSheetClient
    func (client PriceSheetClient) Get(ctx context.Context, expand string, skiptoken string, top *int32) (result PriceSheetResult, err error)
    func (client PriceSheetClient) GetByBillingPeriod(ctx context.Context, billingPeriodName string, expand string, skiptoken string, top *int32) (result PriceSheetResult, err error)
    func (client PriceSheetClient) GetByBillingPeriodPreparer(ctx context.Context, billingPeriodName string, expand string, skiptoken string, top *int32) (*http.Request, error)
    func (client PriceSheetClient) GetByBillingPeriodResponder(resp *http.Response) (result PriceSheetResult, err error)
    func (client PriceSheetClient) GetByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client PriceSheetClient) GetPreparer(ctx context.Context, expand string, skiptoken string, top *int32) (*http.Request, error)
    func (client PriceSheetClient) GetResponder(resp *http.Response) (result PriceSheetResult, err error)
    func (client PriceSheetClient) GetSender(req *http.Request) (*http.Response, error)
type PriceSheetModel
    func (psm PriceSheetModel) MarshalJSON() ([]byte, error)
type PriceSheetProperties
    func (psp PriceSheetProperties) MarshalJSON() ([]byte, error)
type PriceSheetResult
    func (psr PriceSheetResult) MarshalJSON() ([]byte, error)
    func (psr *PriceSheetResult) UnmarshalJSON(body []byte) error
type ProxyResource
    func (pr ProxyResource) MarshalJSON() ([]byte, error)
type ReservationDetails
    func (rd ReservationDetails) MarshalJSON() ([]byte, error)
    func (rd *ReservationDetails) UnmarshalJSON(body []byte) error
type ReservationDetailsListResult
    func (rdlr ReservationDetailsListResult) IsEmpty() bool
    func (rdlr ReservationDetailsListResult) MarshalJSON() ([]byte, error)
type ReservationDetailsListResultIterator
    func NewReservationDetailsListResultIterator(page ReservationDetailsListResultPage) ReservationDetailsListResultIterator
    func (iter *ReservationDetailsListResultIterator) Next() error
    func (iter *ReservationDetailsListResultIterator) NextWithContext(ctx context.Context) (err error)
    func (iter ReservationDetailsListResultIterator) NotDone() bool
    func (iter ReservationDetailsListResultIterator) Response() ReservationDetailsListResult
    func (iter ReservationDetailsListResultIterator) Value() ReservationDetails
type ReservationDetailsListResultPage
    func NewReservationDetailsListResultPage(cur ReservationDetailsListResult, getNextPage func(context.Context, ReservationDetailsListResult) (ReservationDetailsListResult, error)) ReservationDetailsListResultPage
    func (page *ReservationDetailsListResultPage) Next() error
    func (page *ReservationDetailsListResultPage) NextWithContext(ctx context.Context) (err error)
    func (page ReservationDetailsListResultPage) NotDone() bool
    func (page ReservationDetailsListResultPage) Response() ReservationDetailsListResult
    func (page ReservationDetailsListResultPage) Values() []ReservationDetails
type ReservationDetailsProperties
    func (rdp ReservationDetailsProperties) MarshalJSON() ([]byte, error)
type ReservationRecommendations
    func (rr ReservationRecommendations) MarshalJSON() ([]byte, error)
    func (rr *ReservationRecommendations) UnmarshalJSON(body []byte) error
type ReservationRecommendationsClient
    func NewReservationRecommendationsClient(subscriptionID string) ReservationRecommendationsClient
    func NewReservationRecommendationsClientWithBaseURI(baseURI string, subscriptionID string) ReservationRecommendationsClient
    func (client ReservationRecommendationsClient) List(ctx context.Context, filter string) (result ReservationRecommendationsListResultPage, err error)
    func (client ReservationRecommendationsClient) ListComplete(ctx context.Context, filter string) (result ReservationRecommendationsListResultIterator, err error)
    func (client ReservationRecommendationsClient) ListPreparer(ctx context.Context, filter string) (*http.Request, error)
    func (client ReservationRecommendationsClient) ListResponder(resp *http.Response) (result ReservationRecommendationsListResult, err error)
    func (client ReservationRecommendationsClient) ListSender(req *http.Request) (*http.Response, error)
type ReservationRecommendationsListResult
    func (rrlr ReservationRecommendationsListResult) IsEmpty() bool
    func (rrlr ReservationRecommendationsListResult) MarshalJSON() ([]byte, error)
type ReservationRecommendationsListResultIterator
    func NewReservationRecommendationsListResultIterator(page ReservationRecommendationsListResultPage) ReservationRecommendationsListResultIterator
    func (iter *ReservationRecommendationsListResultIterator) Next() error
    func (iter *ReservationRecommendationsListResultIterator) NextWithContext(ctx context.Context) (err error)
    func (iter ReservationRecommendationsListResultIterator) NotDone() bool
    func (iter ReservationRecommendationsListResultIterator) Response() ReservationRecommendationsListResult
    func (iter ReservationRecommendationsListResultIterator) Value() ReservationRecommendations
type ReservationRecommendationsListResultPage
    func NewReservationRecommendationsListResultPage(cur ReservationRecommendationsListResult, getNextPage func(context.Context, ReservationRecommendationsListResult) (ReservationRecommendationsListResult, error)) ReservationRecommendationsListResultPage
    func (page *ReservationRecommendationsListResultPage) Next() error
    func (page *ReservationRecommendationsListResultPage) NextWithContext(ctx context.Context) (err error)
    func (page ReservationRecommendationsListResultPage) NotDone() bool
    func (page ReservationRecommendationsListResultPage) Response() ReservationRecommendationsListResult
    func (page ReservationRecommendationsListResultPage) Values() []ReservationRecommendations
type ReservationRecommendationsProperties
    func (rrp ReservationRecommendationsProperties) MarshalJSON() ([]byte, error)
type ReservationSummaries
    func (rs ReservationSummaries) MarshalJSON() ([]byte, error)
    func (rs *ReservationSummaries) UnmarshalJSON(body []byte) error
type ReservationSummariesListResult
    func (rslr ReservationSummariesListResult) IsEmpty() bool
    func (rslr ReservationSummariesListResult) MarshalJSON() ([]byte, error)
type ReservationSummariesListResultIterator
    func NewReservationSummariesListResultIterator(page ReservationSummariesListResultPage) ReservationSummariesListResultIterator
    func (iter *ReservationSummariesListResultIterator) Next() error
    func (iter *ReservationSummariesListResultIterator) NextWithContext(ctx context.Context) (err error)
    func (iter ReservationSummariesListResultIterator) NotDone() bool
    func (iter ReservationSummariesListResultIterator) Response() ReservationSummariesListResult
    func (iter ReservationSummariesListResultIterator) Value() ReservationSummaries
type ReservationSummariesListResultPage
    func NewReservationSummariesListResultPage(cur ReservationSummariesListResult, getNextPage func(context.Context, ReservationSummariesListResult) (ReservationSummariesListResult, error)) ReservationSummariesListResultPage
    func (page *ReservationSummariesListResultPage) Next() error
    func (page *ReservationSummariesListResultPage) NextWithContext(ctx context.Context) (err error)
    func (page ReservationSummariesListResultPage) NotDone() bool
    func (page ReservationSummariesListResultPage) Response() ReservationSummariesListResult
    func (page ReservationSummariesListResultPage) Values() []ReservationSummaries
type ReservationSummariesProperties
    func (rsp ReservationSummariesProperties) MarshalJSON() ([]byte, error)
type ReservationsDetailsClient
    func NewReservationsDetailsClient(subscriptionID string) ReservationsDetailsClient
    func NewReservationsDetailsClientWithBaseURI(baseURI string, subscriptionID string) ReservationsDetailsClient
    func (client ReservationsDetailsClient) ListByReservationOrder(ctx context.Context, reservationOrderID string, filter string) (result ReservationDetailsListResultPage, err error)
    func (client ReservationsDetailsClient) ListByReservationOrderAndReservation(ctx context.Context, reservationOrderID string, reservationID string, filter string) (result ReservationDetailsListResultPage, err error)
    func (client ReservationsDetailsClient) ListByReservationOrderAndReservationComplete(ctx context.Context, reservationOrderID string, reservationID string, filter string) (result ReservationDetailsListResultIterator, err error)
    func (client ReservationsDetailsClient) ListByReservationOrderAndReservationPreparer(ctx context.Context, reservationOrderID string, reservationID string, filter string) (*http.Request, error)
    func (client ReservationsDetailsClient) ListByReservationOrderAndReservationResponder(resp *http.Response) (result ReservationDetailsListResult, err error)
    func (client ReservationsDetailsClient) ListByReservationOrderAndReservationSender(req *http.Request) (*http.Response, error)
    func (client ReservationsDetailsClient) ListByReservationOrderComplete(ctx context.Context, reservationOrderID string, filter string) (result ReservationDetailsListResultIterator, err error)
    func (client ReservationsDetailsClient) ListByReservationOrderPreparer(ctx context.Context, reservationOrderID string, filter string) (*http.Request, error)
    func (client ReservationsDetailsClient) ListByReservationOrderResponder(resp *http.Response) (result ReservationDetailsListResult, err error)
    func (client ReservationsDetailsClient) ListByReservationOrderSender(req *http.Request) (*http.Response, error)
type ReservationsSummariesClient
    func NewReservationsSummariesClient(subscriptionID string) ReservationsSummariesClient
    func NewReservationsSummariesClientWithBaseURI(baseURI string, subscriptionID string) ReservationsSummariesClient
    func (client ReservationsSummariesClient) ListByReservationOrder(ctx context.Context, reservationOrderID string, grain Datagrain, filter string) (result ReservationSummariesListResultPage, err error)
    func (client ReservationsSummariesClient) ListByReservationOrderAndReservation(ctx context.Context, reservationOrderID string, reservationID string, grain Datagrain, filter string) (result ReservationSummariesListResultPage, err error)
    func (client ReservationsSummariesClient) ListByReservationOrderAndReservationComplete(ctx context.Context, reservationOrderID string, reservationID string, grain Datagrain, filter string) (result ReservationSummariesListResultIterator, err error)
    func (client ReservationsSummariesClient) ListByReservationOrderAndReservationPreparer(ctx context.Context, reservationOrderID string, reservationID string, grain Datagrain, filter string) (*http.Request, error)
    func (client ReservationsSummariesClient) ListByReservationOrderAndReservationResponder(resp *http.Response) (result ReservationSummariesListResult, err error)
    func (client ReservationsSummariesClient) ListByReservationOrderAndReservationSender(req *http.Request) (*http.Response, error)
    func (client ReservationsSummariesClient) ListByReservationOrderComplete(ctx context.Context, reservationOrderID string, grain Datagrain, filter string) (result ReservationSummariesListResultIterator, err error)
    func (client ReservationsSummariesClient) ListByReservationOrderPreparer(ctx context.Context, reservationOrderID string, grain Datagrain, filter string) (*http.Request, error)
    func (client ReservationsSummariesClient) ListByReservationOrderResponder(resp *http.Response) (result ReservationSummariesListResult, err error)
    func (client ReservationsSummariesClient) ListByReservationOrderSender(req *http.Request) (*http.Response, error)
type Resource
    func (r Resource) MarshalJSON() ([]byte, error)
type ResourceAttributes
    func (ra ResourceAttributes) MarshalJSON() ([]byte, error)
type Tag
type TagProperties
type Tags
    func (t Tags) MarshalJSON() ([]byte, error)
    func (t *Tags) UnmarshalJSON(body []byte) error
type TagsClient
    func NewTagsClient(subscriptionID string) TagsClient
    func NewTagsClientWithBaseURI(baseURI string, subscriptionID string) TagsClient
    func (client TagsClient) Get(ctx context.Context, billingAccountID string) (result Tags, err error)
    func (client TagsClient) GetPreparer(ctx context.Context, billingAccountID string) (*http.Request, error)
    func (client TagsClient) GetResponder(resp *http.Response) (result Tags, err error)
    func (client TagsClient) GetSender(req *http.Request) (*http.Response, error)
type TimeGrainType
    func PossibleTimeGrainTypeValues() []TimeGrainType
type UsageDetail
    func (ud UsageDetail) MarshalJSON() ([]byte, error)
    func (ud *UsageDetail) UnmarshalJSON(body []byte) error
type UsageDetailProperties
    func (UDP UsageDetailProperties) MarshalJSON() ([]byte, error)
type UsageDetailsByBillingAccountClient
    func NewUsageDetailsByBillingAccountClient(subscriptionID string) UsageDetailsByBillingAccountClient
    func NewUsageDetailsByBillingAccountClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsByBillingAccountClient
    func (client UsageDetailsByBillingAccountClient) List(ctx context.Context, billingAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultPage, err error)
    func (client UsageDetailsByBillingAccountClient) ListByBillingPeriod(ctx context.Context, billingAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultPage, err error)
    func (client UsageDetailsByBillingAccountClient) ListByBillingPeriodComplete(ctx context.Context, billingAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultIterator, err error)
    func (client UsageDetailsByBillingAccountClient) ListByBillingPeriodPreparer(ctx context.Context, billingAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (*http.Request, error)
    func (client UsageDetailsByBillingAccountClient) ListByBillingPeriodResponder(resp *http.Response) (result UsageDetailsListResult, err error)
    func (client UsageDetailsByBillingAccountClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client UsageDetailsByBillingAccountClient) ListComplete(ctx context.Context, billingAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultIterator, err error)
    func (client UsageDetailsByBillingAccountClient) ListPreparer(ctx context.Context, billingAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (*http.Request, error)
    func (client UsageDetailsByBillingAccountClient) ListResponder(resp *http.Response) (result UsageDetailsListResult, err error)
    func (client UsageDetailsByBillingAccountClient) ListSender(req *http.Request) (*http.Response, error)
type UsageDetailsByDepartmentClient
    func NewUsageDetailsByDepartmentClient(subscriptionID string) UsageDetailsByDepartmentClient
    func NewUsageDetailsByDepartmentClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsByDepartmentClient
    func (client UsageDetailsByDepartmentClient) List(ctx context.Context, departmentID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultPage, err error)
    func (client UsageDetailsByDepartmentClient) ListByBillingPeriod(ctx context.Context, departmentID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultPage, err error)
    func (client UsageDetailsByDepartmentClient) ListByBillingPeriodComplete(ctx context.Context, departmentID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultIterator, err error)
    func (client UsageDetailsByDepartmentClient) ListByBillingPeriodPreparer(ctx context.Context, departmentID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (*http.Request, error)
    func (client UsageDetailsByDepartmentClient) ListByBillingPeriodResponder(resp *http.Response) (result UsageDetailsListResult, err error)
    func (client UsageDetailsByDepartmentClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client UsageDetailsByDepartmentClient) ListComplete(ctx context.Context, departmentID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultIterator, err error)
    func (client UsageDetailsByDepartmentClient) ListPreparer(ctx context.Context, departmentID string, expand string, filter string, skiptoken string, top *int32, apply string) (*http.Request, error)
    func (client UsageDetailsByDepartmentClient) ListResponder(resp *http.Response) (result UsageDetailsListResult, err error)
    func (client UsageDetailsByDepartmentClient) ListSender(req *http.Request) (*http.Response, error)
type UsageDetailsByEnrollmentAccountClient
    func NewUsageDetailsByEnrollmentAccountClient(subscriptionID string) UsageDetailsByEnrollmentAccountClient
    func NewUsageDetailsByEnrollmentAccountClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsByEnrollmentAccountClient
    func (client UsageDetailsByEnrollmentAccountClient) List(ctx context.Context, enrollmentAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultPage, err error)
    func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriod(ctx context.Context, enrollmentAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultPage, err error)
    func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodComplete(ctx context.Context, enrollmentAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultIterator, err error)
    func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodPreparer(ctx context.Context, enrollmentAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (*http.Request, error)
    func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodResponder(resp *http.Response) (result UsageDetailsListResult, err error)
    func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client UsageDetailsByEnrollmentAccountClient) ListComplete(ctx context.Context, enrollmentAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultIterator, err error)
    func (client UsageDetailsByEnrollmentAccountClient) ListPreparer(ctx context.Context, enrollmentAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (*http.Request, error)
    func (client UsageDetailsByEnrollmentAccountClient) ListResponder(resp *http.Response) (result UsageDetailsListResult, err error)
    func (client UsageDetailsByEnrollmentAccountClient) ListSender(req *http.Request) (*http.Response, error)
type UsageDetailsClient
    func NewUsageDetailsClient(subscriptionID string) UsageDetailsClient
    func NewUsageDetailsClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsClient
    func (client UsageDetailsClient) List(ctx context.Context, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultPage, err error)
    func (client UsageDetailsClient) ListByBillingPeriod(ctx context.Context, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultPage, err error)
    func (client UsageDetailsClient) ListByBillingPeriodComplete(ctx context.Context, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultIterator, err error)
    func (client UsageDetailsClient) ListByBillingPeriodPreparer(ctx context.Context, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (*http.Request, error)
    func (client UsageDetailsClient) ListByBillingPeriodResponder(resp *http.Response) (result UsageDetailsListResult, err error)
    func (client UsageDetailsClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)
    func (client UsageDetailsClient) ListComplete(ctx context.Context, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultIterator, err error)
    func (client UsageDetailsClient) ListPreparer(ctx context.Context, expand string, filter string, skiptoken string, top *int32, apply string) (*http.Request, error)
    func (client UsageDetailsClient) ListResponder(resp *http.Response) (result UsageDetailsListResult, err error)
    func (client UsageDetailsClient) ListSender(req *http.Request) (*http.Response, error)
type UsageDetailsListResult
    func (udlr UsageDetailsListResult) IsEmpty() bool
    func (udlr UsageDetailsListResult) MarshalJSON() ([]byte, error)
type UsageDetailsListResultIterator
    func NewUsageDetailsListResultIterator(page UsageDetailsListResultPage) UsageDetailsListResultIterator
    func (iter *UsageDetailsListResultIterator) Next() error
    func (iter *UsageDetailsListResultIterator) NextWithContext(ctx context.Context) (err error)
    func (iter UsageDetailsListResultIterator) NotDone() bool
    func (iter UsageDetailsListResultIterator) Response() UsageDetailsListResult
    func (iter UsageDetailsListResultIterator) Value() UsageDetail
type UsageDetailsListResultPage
    func NewUsageDetailsListResultPage(cur UsageDetailsListResult, getNextPage func(context.Context, UsageDetailsListResult) (UsageDetailsListResult, error)) UsageDetailsListResultPage
    func (page *UsageDetailsListResultPage) Next() error
    func (page *UsageDetailsListResultPage) NextWithContext(ctx context.Context) (err error)
    func (page UsageDetailsListResultPage) NotDone() bool
    func (page UsageDetailsListResultPage) Response() UsageDetailsListResult
    func (page UsageDetailsListResultPage) Values() []UsageDetail

Package files

budgets.go client.go costtags.go enums.go getbalancesbybillingaccount.go marketplaces.go marketplacesbybillingaccount.go marketplacesbydepartment.go marketplacesbyenrollmentaccounts.go models.go operations.go pricesheet.go reservationrecommendations.go reservationsdetails.go reservationssummaries.go tags.go usagedetails.go usagedetailsbybillingaccount.go usagedetailsbydepartment.go usagedetailsbyenrollmentaccount.go version.go

Constants

const (
    // DefaultBaseURI is the default URI used for the service Consumption
    DefaultBaseURI = "https://management.azure.com"
)

func UserAgent

func UserAgent() string

UserAgent returns the UserAgent string to use when sending http.Requests.

func Version

func Version() string

Version returns the semantic version (see http://semver.org) of the client.

type Balance

Balance a balance resource.

type Balance struct {
    autorest.Response  `json:"-"`
    *BalanceProperties `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // Tags - READ-ONLY; Resource tags.
    Tags map[string]*string `json:"tags"`
}

func (Balance) MarshalJSON

func (b Balance) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Balance.

func (*Balance) UnmarshalJSON

func (b *Balance) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Balance struct.

type BalanceProperties

BalanceProperties the properties of the balance.

type BalanceProperties struct {
    // Currency - READ-ONLY; The ISO currency in which the meter is charged, for example, USD.
    Currency *string `json:"currency,omitempty"`
    // BeginningBalance - READ-ONLY; The beginning balance for the billing period.
    BeginningBalance *decimal.Decimal `json:"beginningBalance,omitempty"`
    // EndingBalance - READ-ONLY; The ending balance for the billing period (for open periods this will be updated daily).
    EndingBalance *decimal.Decimal `json:"endingBalance,omitempty"`
    // NewPurchases - READ-ONLY; Total new purchase amount.
    NewPurchases *decimal.Decimal `json:"newPurchases,omitempty"`
    // Adjustments - READ-ONLY; Total adjustment amount.
    Adjustments *decimal.Decimal `json:"adjustments,omitempty"`
    // Utilized - READ-ONLY; Total Commitment usage.
    Utilized *decimal.Decimal `json:"utilized,omitempty"`
    // ServiceOverage - READ-ONLY; Overage for Azure services.
    ServiceOverage *decimal.Decimal `json:"serviceOverage,omitempty"`
    // ChargesBilledSeparately - READ-ONLY; Charges Billed separately.
    ChargesBilledSeparately *decimal.Decimal `json:"chargesBilledSeparately,omitempty"`
    // TotalOverage - READ-ONLY; serviceOverage + chargesBilledSeparately.
    TotalOverage *decimal.Decimal `json:"totalOverage,omitempty"`
    // TotalUsage - READ-ONLY; Azure service commitment + total Overage.
    TotalUsage *decimal.Decimal `json:"totalUsage,omitempty"`
    // AzureMarketplaceServiceCharges - READ-ONLY; Total charges for Azure Marketplace.
    AzureMarketplaceServiceCharges *decimal.Decimal `json:"azureMarketplaceServiceCharges,omitempty"`
    // BillingFrequency - The billing frequency. Possible values include: 'Month', 'Quarter', 'Year'
    BillingFrequency BillingFrequency `json:"billingFrequency,omitempty"`
    // PriceHidden - READ-ONLY; Price is hidden or not.
    PriceHidden *bool `json:"priceHidden,omitempty"`
    // NewPurchasesDetails - READ-ONLY; List of new purchases.
    NewPurchasesDetails *[]BalancePropertiesNewPurchasesDetailsItem `json:"newPurchasesDetails,omitempty"`
    // AdjustmentDetails - READ-ONLY; List of Adjustments (Promo credit, SIE credit etc.).
    AdjustmentDetails *[]BalancePropertiesAdjustmentDetailsItem `json:"adjustmentDetails,omitempty"`
}

func (BalanceProperties) MarshalJSON

func (bp BalanceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BalanceProperties.

type BalancePropertiesAdjustmentDetailsItem

BalancePropertiesAdjustmentDetailsItem ...

type BalancePropertiesAdjustmentDetailsItem struct {
    // Name - READ-ONLY; the name of new adjustment.
    Name *string `json:"name,omitempty"`
    // Value - READ-ONLY; the value of new adjustment.
    Value *decimal.Decimal `json:"value,omitempty"`
}

func (BalancePropertiesAdjustmentDetailsItem) MarshalJSON

func (bpDi BalancePropertiesAdjustmentDetailsItem) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BalancePropertiesAdjustmentDetailsItem.

type BalancePropertiesNewPurchasesDetailsItem

BalancePropertiesNewPurchasesDetailsItem ...

type BalancePropertiesNewPurchasesDetailsItem struct {
    // Name - READ-ONLY; the name of new purchase.
    Name *string `json:"name,omitempty"`
    // Value - READ-ONLY; the value of new purchase.
    Value *decimal.Decimal `json:"value,omitempty"`
}

func (BalancePropertiesNewPurchasesDetailsItem) MarshalJSON

func (bpPdi BalancePropertiesNewPurchasesDetailsItem) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BalancePropertiesNewPurchasesDetailsItem.

type BaseClient

BaseClient is the base client for Consumption.

type BaseClient struct {
    autorest.Client
    BaseURI        string
    SubscriptionID string
}

func New

func New(subscriptionID string) BaseClient

New creates an instance of the BaseClient client.

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (BaseClient) GetBalancesByBillingAccount

func (client BaseClient) GetBalancesByBillingAccount(ctx context.Context, billingAccountID string) (result Balance, err error)

GetBalancesByBillingAccount gets the balances for a scope by billingAccountId. Balances are available via this API only for May 1, 2014 or later. Parameters: billingAccountID - billingAccount ID

func (BaseClient) GetBalancesByBillingAccountPreparer

func (client BaseClient) GetBalancesByBillingAccountPreparer(ctx context.Context, billingAccountID string) (*http.Request, error)

GetBalancesByBillingAccountPreparer prepares the GetBalancesByBillingAccount request.

func (BaseClient) GetBalancesByBillingAccountResponder

func (client BaseClient) GetBalancesByBillingAccountResponder(resp *http.Response) (result Balance, err error)

GetBalancesByBillingAccountResponder handles the response to the GetBalancesByBillingAccount request. The method always closes the http.Response Body.

func (BaseClient) GetBalancesByBillingAccountSender

func (client BaseClient) GetBalancesByBillingAccountSender(req *http.Request) (*http.Response, error)

GetBalancesByBillingAccountSender sends the GetBalancesByBillingAccount request. The method will close the http.Response Body if it receives an error.

type BillingFrequency

BillingFrequency enumerates the values for billing frequency.

type BillingFrequency string
const (
    // Month ...
    Month BillingFrequency = "Month"
    // Quarter ...
    Quarter BillingFrequency = "Quarter"
    // Year ...
    Year BillingFrequency = "Year"
)

func PossibleBillingFrequencyValues

func PossibleBillingFrequencyValues() []BillingFrequency

PossibleBillingFrequencyValues returns an array of possible values for the BillingFrequency const type.

type Budget

Budget a budget resource.

type Budget struct {
    autorest.Response `json:"-"`
    *BudgetProperties `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // ETag - eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
    ETag *string `json:"eTag,omitempty"`
}

func (Budget) MarshalJSON

func (b Budget) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Budget.

func (*Budget) UnmarshalJSON

func (b *Budget) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Budget struct.

type BudgetProperties

BudgetProperties the properties of the budget.

type BudgetProperties struct {
    // Category - The category of the budget, whether the budget tracks cost or usage. Possible values include: 'Cost', 'Usage'
    Category CategoryType `json:"category,omitempty"`
    // Amount - The total amount of cost to track with the budget
    Amount *decimal.Decimal `json:"amount,omitempty"`
    // TimeGrain - The time covered by a budget. Tracking of the amount will be reset based on the time grain. Possible values include: 'Monthly', 'Quarterly', 'Annually'
    TimeGrain TimeGrainType `json:"timeGrain,omitempty"`
    // TimePeriod - Has start and end date of the budget. The start date must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than three months. Past start date should  be selected within the timegrain period. There are no restrictions on the end date.
    TimePeriod *BudgetTimePeriod `json:"timePeriod,omitempty"`
    // Filters - May be used to filter budgets by resource group, resource, or meter.
    Filters *Filters `json:"filters,omitempty"`
    // CurrentSpend - READ-ONLY; The current amount of cost which is being tracked for a budget.
    CurrentSpend *CurrentSpend `json:"currentSpend,omitempty"`
    // Notifications - Dictionary of notifications associated with the budget. Budget can have up to five notifications.
    Notifications map[string]*Notification `json:"notifications"`
}

func (BudgetProperties) MarshalJSON

func (bp BudgetProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BudgetProperties.

type BudgetTimePeriod

BudgetTimePeriod the start and end date for a budget.

type BudgetTimePeriod struct {
    // StartDate - The start date for the budget.
    StartDate *date.Time `json:"startDate,omitempty"`
    // EndDate - The end date for the budget. If not provided, we default this to 10 years from the start date.
    EndDate *date.Time `json:"endDate,omitempty"`
}

type BudgetsClient

BudgetsClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type BudgetsClient struct {
    BaseClient
}

func NewBudgetsClient

func NewBudgetsClient(subscriptionID string) BudgetsClient

NewBudgetsClient creates an instance of the BudgetsClient client.

func NewBudgetsClientWithBaseURI

func NewBudgetsClientWithBaseURI(baseURI string, subscriptionID string) BudgetsClient

NewBudgetsClientWithBaseURI creates an instance of the BudgetsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (BudgetsClient) CreateOrUpdate

func (client BudgetsClient) CreateOrUpdate(ctx context.Context, budgetName string, parameters Budget) (result Budget, err error)

CreateOrUpdate the operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag. Parameters: budgetName - budget Name. parameters - parameters supplied to the Create Budget operation.

func (BudgetsClient) CreateOrUpdateByResourceGroupName

func (client BudgetsClient) CreateOrUpdateByResourceGroupName(ctx context.Context, resourceGroupName string, budgetName string, parameters Budget) (result Budget, err error)

CreateOrUpdateByResourceGroupName the operation to create or update a budget. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag. Parameters: resourceGroupName - azure Resource Group Name. budgetName - budget Name. parameters - parameters supplied to the Create Budget operation.

func (BudgetsClient) CreateOrUpdateByResourceGroupNamePreparer

func (client BudgetsClient) CreateOrUpdateByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string, budgetName string, parameters Budget) (*http.Request, error)

CreateOrUpdateByResourceGroupNamePreparer prepares the CreateOrUpdateByResourceGroupName request.

func (BudgetsClient) CreateOrUpdateByResourceGroupNameResponder

func (client BudgetsClient) CreateOrUpdateByResourceGroupNameResponder(resp *http.Response) (result Budget, err error)

CreateOrUpdateByResourceGroupNameResponder handles the response to the CreateOrUpdateByResourceGroupName request. The method always closes the http.Response Body.

func (BudgetsClient) CreateOrUpdateByResourceGroupNameSender

func (client BudgetsClient) CreateOrUpdateByResourceGroupNameSender(req *http.Request) (*http.Response, error)

CreateOrUpdateByResourceGroupNameSender sends the CreateOrUpdateByResourceGroupName request. The method will close the http.Response Body if it receives an error.

func (BudgetsClient) CreateOrUpdatePreparer

func (client BudgetsClient) CreateOrUpdatePreparer(ctx context.Context, budgetName string, parameters Budget) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (BudgetsClient) CreateOrUpdateResponder

func (client BudgetsClient) CreateOrUpdateResponder(resp *http.Response) (result Budget, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (BudgetsClient) CreateOrUpdateSender

func (client BudgetsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (BudgetsClient) Delete

func (client BudgetsClient) Delete(ctx context.Context, budgetName string) (result autorest.Response, err error)

Delete the operation to delete a budget. Parameters: budgetName - budget Name.

func (BudgetsClient) DeleteByResourceGroupName

func (client BudgetsClient) DeleteByResourceGroupName(ctx context.Context, resourceGroupName string, budgetName string) (result autorest.Response, err error)

DeleteByResourceGroupName the operation to delete a budget. Parameters: resourceGroupName - azure Resource Group Name. budgetName - budget Name.

func (BudgetsClient) DeleteByResourceGroupNamePreparer

func (client BudgetsClient) DeleteByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string, budgetName string) (*http.Request, error)

DeleteByResourceGroupNamePreparer prepares the DeleteByResourceGroupName request.

func (BudgetsClient) DeleteByResourceGroupNameResponder

func (client BudgetsClient) DeleteByResourceGroupNameResponder(resp *http.Response) (result autorest.Response, err error)

DeleteByResourceGroupNameResponder handles the response to the DeleteByResourceGroupName request. The method always closes the http.Response Body.

func (BudgetsClient) DeleteByResourceGroupNameSender

func (client BudgetsClient) DeleteByResourceGroupNameSender(req *http.Request) (*http.Response, error)

DeleteByResourceGroupNameSender sends the DeleteByResourceGroupName request. The method will close the http.Response Body if it receives an error.

func (BudgetsClient) DeletePreparer

func (client BudgetsClient) DeletePreparer(ctx context.Context, budgetName string) (*http.Request, error)

DeletePreparer prepares the Delete request.

func (BudgetsClient) DeleteResponder

func (client BudgetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)

DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.

func (BudgetsClient) DeleteSender

func (client BudgetsClient) DeleteSender(req *http.Request) (*http.Response, error)

DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.

func (BudgetsClient) Get

func (client BudgetsClient) Get(ctx context.Context, budgetName string) (result Budget, err error)

Get gets the budget for a subscription by budget name. Parameters: budgetName - budget Name.

func (BudgetsClient) GetByResourceGroupName

func (client BudgetsClient) GetByResourceGroupName(ctx context.Context, resourceGroupName string, budgetName string) (result Budget, err error)

GetByResourceGroupName gets the budget for a resource group under a subscription by budget name. Parameters: resourceGroupName - azure Resource Group Name. budgetName - budget Name.

func (BudgetsClient) GetByResourceGroupNamePreparer

func (client BudgetsClient) GetByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string, budgetName string) (*http.Request, error)

GetByResourceGroupNamePreparer prepares the GetByResourceGroupName request.

func (BudgetsClient) GetByResourceGroupNameResponder

func (client BudgetsClient) GetByResourceGroupNameResponder(resp *http.Response) (result Budget, err error)

GetByResourceGroupNameResponder handles the response to the GetByResourceGroupName request. The method always closes the http.Response Body.

func (BudgetsClient) GetByResourceGroupNameSender

func (client BudgetsClient) GetByResourceGroupNameSender(req *http.Request) (*http.Response, error)

GetByResourceGroupNameSender sends the GetByResourceGroupName request. The method will close the http.Response Body if it receives an error.

func (BudgetsClient) GetPreparer

func (client BudgetsClient) GetPreparer(ctx context.Context, budgetName string) (*http.Request, error)

GetPreparer prepares the Get request.

func (BudgetsClient) GetResponder

func (client BudgetsClient) GetResponder(resp *http.Response) (result Budget, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (BudgetsClient) GetSender

func (client BudgetsClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

func (BudgetsClient) List

func (client BudgetsClient) List(ctx context.Context) (result BudgetsListResultPage, err error)

List lists all budgets for a subscription.

func (BudgetsClient) ListByResourceGroupName

func (client BudgetsClient) ListByResourceGroupName(ctx context.Context, resourceGroupName string) (result BudgetsListResultPage, err error)

ListByResourceGroupName lists all budgets for a resource group under a subscription. Parameters: resourceGroupName - azure Resource Group Name.

func (BudgetsClient) ListByResourceGroupNameComplete

func (client BudgetsClient) ListByResourceGroupNameComplete(ctx context.Context, resourceGroupName string) (result BudgetsListResultIterator, err error)

ListByResourceGroupNameComplete enumerates all values, automatically crossing page boundaries as required.

func (BudgetsClient) ListByResourceGroupNamePreparer

func (client BudgetsClient) ListByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)

ListByResourceGroupNamePreparer prepares the ListByResourceGroupName request.

func (BudgetsClient) ListByResourceGroupNameResponder

func (client BudgetsClient) ListByResourceGroupNameResponder(resp *http.Response) (result BudgetsListResult, err error)

ListByResourceGroupNameResponder handles the response to the ListByResourceGroupName request. The method always closes the http.Response Body.

func (BudgetsClient) ListByResourceGroupNameSender

func (client BudgetsClient) ListByResourceGroupNameSender(req *http.Request) (*http.Response, error)

ListByResourceGroupNameSender sends the ListByResourceGroupName request. The method will close the http.Response Body if it receives an error.

func (BudgetsClient) ListComplete

func (client BudgetsClient) ListComplete(ctx context.Context) (result BudgetsListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (BudgetsClient) ListPreparer

func (client BudgetsClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (BudgetsClient) ListResponder

func (client BudgetsClient) ListResponder(resp *http.Response) (result BudgetsListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (BudgetsClient) ListSender

func (client BudgetsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type BudgetsListResult

BudgetsListResult result of listing budgets. It contains a list of available budgets in the scope provided.

type BudgetsListResult struct {
    autorest.Response `json:"-"`
    // Value - READ-ONLY; The list of budgets.
    Value *[]Budget `json:"value,omitempty"`
    // NextLink - READ-ONLY; The link (url) to the next page of results.
    NextLink *string `json:"nextLink,omitempty"`
}

func (BudgetsListResult) IsEmpty

func (blr BudgetsListResult) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (BudgetsListResult) MarshalJSON

func (blr BudgetsListResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for BudgetsListResult.

type BudgetsListResultIterator

BudgetsListResultIterator provides access to a complete listing of Budget values.

type BudgetsListResultIterator struct {
    // contains filtered or unexported fields
}

func NewBudgetsListResultIterator

func NewBudgetsListResultIterator(page BudgetsListResultPage) BudgetsListResultIterator

Creates a new instance of the BudgetsListResultIterator type.

func (*BudgetsListResultIterator) Next

func (iter *BudgetsListResultIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*BudgetsListResultIterator) NextWithContext

func (iter *BudgetsListResultIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (BudgetsListResultIterator) NotDone

func (iter BudgetsListResultIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (BudgetsListResultIterator) Response

func (iter BudgetsListResultIterator) Response() BudgetsListResult

Response returns the raw server response from the last page request.

func (BudgetsListResultIterator) Value

func (iter BudgetsListResultIterator) Value() Budget

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type BudgetsListResultPage

BudgetsListResultPage contains a page of Budget values.

type BudgetsListResultPage struct {
    // contains filtered or unexported fields
}

func NewBudgetsListResultPage

func NewBudgetsListResultPage(cur BudgetsListResult, getNextPage func(context.Context, BudgetsListResult) (BudgetsListResult, error)) BudgetsListResultPage

Creates a new instance of the BudgetsListResultPage type.

func (*BudgetsListResultPage) Next

func (page *BudgetsListResultPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*BudgetsListResultPage) NextWithContext

func (page *BudgetsListResultPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (BudgetsListResultPage) NotDone

func (page BudgetsListResultPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (BudgetsListResultPage) Response

func (page BudgetsListResultPage) Response() BudgetsListResult

Response returns the raw server response from the last page request.

func (BudgetsListResultPage) Values

func (page BudgetsListResultPage) Values() []Budget

Values returns the slice of values for the current page or nil if there are no values.

type CategoryType

CategoryType enumerates the values for category type.

type CategoryType string
const (
    // Cost ...
    Cost CategoryType = "Cost"
    // Usage ...
    Usage CategoryType = "Usage"
)

func PossibleCategoryTypeValues

func PossibleCategoryTypeValues() []CategoryType

PossibleCategoryTypeValues returns an array of possible values for the CategoryType const type.

type CostTag

CostTag the cost tag.

type CostTag struct {
    // Key - Cost tag key.
    Key *string `json:"key,omitempty"`
}

type CostTagProperties

CostTagProperties the properties of the cost tag.

type CostTagProperties struct {
    // CostTags - Cost tags.
    CostTags *[]CostTag `json:"costTags,omitempty"`
}

type CostTags

CostTags a cost tag resource.

type CostTags struct {
    autorest.Response  `json:"-"`
    *CostTagProperties `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // ETag - eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
    ETag *string `json:"eTag,omitempty"`
}

func (CostTags) MarshalJSON

func (ct CostTags) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CostTags.

func (*CostTags) UnmarshalJSON

func (ct *CostTags) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for CostTags struct.

type CostTagsClient

CostTagsClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type CostTagsClient struct {
    BaseClient
}

func NewCostTagsClient

func NewCostTagsClient(subscriptionID string) CostTagsClient

NewCostTagsClient creates an instance of the CostTagsClient client.

func NewCostTagsClientWithBaseURI

func NewCostTagsClientWithBaseURI(baseURI string, subscriptionID string) CostTagsClient

NewCostTagsClientWithBaseURI creates an instance of the CostTagsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (CostTagsClient) CreateOrUpdate

func (client CostTagsClient) CreateOrUpdate(ctx context.Context, billingAccountID string, parameters CostTags) (result CostTags, err error)

CreateOrUpdate the operation to create or update cost tags associated with a billing account. Update operation requires latest eTag to be set in the request mandatorily. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag. Parameters: billingAccountID - billingAccount ID parameters - parameters supplied to the Create cost tags operation.

func (CostTagsClient) CreateOrUpdatePreparer

func (client CostTagsClient) CreateOrUpdatePreparer(ctx context.Context, billingAccountID string, parameters CostTags) (*http.Request, error)

CreateOrUpdatePreparer prepares the CreateOrUpdate request.

func (CostTagsClient) CreateOrUpdateResponder

func (client CostTagsClient) CreateOrUpdateResponder(resp *http.Response) (result CostTags, err error)

CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.

func (CostTagsClient) CreateOrUpdateSender

func (client CostTagsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)

CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.

func (CostTagsClient) Get

func (client CostTagsClient) Get(ctx context.Context, billingAccountID string) (result CostTags, err error)

Get get cost tags for a billing account. Parameters: billingAccountID - billingAccount ID

func (CostTagsClient) GetPreparer

func (client CostTagsClient) GetPreparer(ctx context.Context, billingAccountID string) (*http.Request, error)

GetPreparer prepares the Get request.

func (CostTagsClient) GetResponder

func (client CostTagsClient) GetResponder(resp *http.Response) (result CostTags, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (CostTagsClient) GetSender

func (client CostTagsClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

type CurrentSpend

CurrentSpend the current amount of cost which is being tracked for a budget.

type CurrentSpend struct {
    // Amount - READ-ONLY; The total amount of cost which is being tracked by the budget.
    Amount *decimal.Decimal `json:"amount,omitempty"`
    // Unit - READ-ONLY; The unit of measure for the budget amount.
    Unit *string `json:"unit,omitempty"`
}

func (CurrentSpend) MarshalJSON

func (cs CurrentSpend) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for CurrentSpend.

type Datagrain

Datagrain enumerates the values for datagrain.

type Datagrain string
const (
    // DailyGrain Daily grain of data
    DailyGrain Datagrain = "daily"
    // MonthlyGrain Monthly grain of data
    MonthlyGrain Datagrain = "monthly"
)

func PossibleDatagrainValues

func PossibleDatagrainValues() []Datagrain

PossibleDatagrainValues returns an array of possible values for the Datagrain const type.

type ErrorDetails

ErrorDetails the details of the error.

type ErrorDetails struct {
    // Code - READ-ONLY; Error code.
    Code *string `json:"code,omitempty"`
    // Message - READ-ONLY; Error message indicating why the operation failed.
    Message *string `json:"message,omitempty"`
}

func (ErrorDetails) MarshalJSON

func (ed ErrorDetails) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ErrorDetails.

type ErrorResponse

ErrorResponse error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

type ErrorResponse struct {
    // Error - The details of the error.
    Error *ErrorDetails `json:"error,omitempty"`
}

type Filters

Filters may be used to filter budgets by resource group, resource, or meter.

type Filters struct {
    // ResourceGroups - The list of filters on resource groups, allowed at subscription level only.
    ResourceGroups *[]string `json:"resourceGroups,omitempty"`
    // Resources - The list of filters on resources.
    Resources *[]string `json:"resources,omitempty"`
    // Meters - The list of filters on meters (GUID), mandatory for budgets of usage category.
    Meters *[]uuid.UUID `json:"meters,omitempty"`
    // Tags - The dictionary of filters on tags.
    Tags map[string][]string `json:"tags"`
}

func (Filters) MarshalJSON

func (f Filters) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Filters.

type GetBalancesByBillingAccountClient

GetBalancesByBillingAccountClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type GetBalancesByBillingAccountClient struct {
    BaseClient
}

func NewGetBalancesByBillingAccountClient

func NewGetBalancesByBillingAccountClient(subscriptionID string) GetBalancesByBillingAccountClient

NewGetBalancesByBillingAccountClient creates an instance of the GetBalancesByBillingAccountClient client.

func NewGetBalancesByBillingAccountClientWithBaseURI

func NewGetBalancesByBillingAccountClientWithBaseURI(baseURI string, subscriptionID string) GetBalancesByBillingAccountClient

NewGetBalancesByBillingAccountClientWithBaseURI creates an instance of the GetBalancesByBillingAccountClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (GetBalancesByBillingAccountClient) ByBillingPeriod

func (client GetBalancesByBillingAccountClient) ByBillingPeriod(ctx context.Context, billingAccountID string, billingPeriodName string) (result Balance, err error)

ByBillingPeriod gets the balances for a scope by billing period and billingAccountId. Balances are available via this API only for May 1, 2014 or later. Parameters: billingAccountID - billingAccount ID billingPeriodName - billing Period Name.

func (GetBalancesByBillingAccountClient) ByBillingPeriodPreparer

func (client GetBalancesByBillingAccountClient) ByBillingPeriodPreparer(ctx context.Context, billingAccountID string, billingPeriodName string) (*http.Request, error)

ByBillingPeriodPreparer prepares the ByBillingPeriod request.

func (GetBalancesByBillingAccountClient) ByBillingPeriodResponder

func (client GetBalancesByBillingAccountClient) ByBillingPeriodResponder(resp *http.Response) (result Balance, err error)

ByBillingPeriodResponder handles the response to the ByBillingPeriod request. The method always closes the http.Response Body.

func (GetBalancesByBillingAccountClient) ByBillingPeriodSender

func (client GetBalancesByBillingAccountClient) ByBillingPeriodSender(req *http.Request) (*http.Response, error)

ByBillingPeriodSender sends the ByBillingPeriod request. The method will close the http.Response Body if it receives an error.

type Marketplace

Marketplace an marketplace resource.

type Marketplace struct {
    *MarketplaceProperties `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // Tags - READ-ONLY; Resource tags.
    Tags map[string]*string `json:"tags"`
}

func (Marketplace) MarshalJSON

func (mVar Marketplace) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Marketplace.

func (*Marketplace) UnmarshalJSON

func (mVar *Marketplace) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Marketplace struct.

type MarketplaceProperties

MarketplaceProperties the properties of the marketplace usage detail.

type MarketplaceProperties struct {
    // BillingPeriodID - READ-ONLY; The id of the billing period resource that the usage belongs to.
    BillingPeriodID *string `json:"billingPeriodId,omitempty"`
    // UsageStart - READ-ONLY; The start of the date time range covered by the usage detail.
    UsageStart *date.Time `json:"usageStart,omitempty"`
    // UsageEnd - READ-ONLY; The end of the date time range covered by the usage detail.
    UsageEnd *date.Time `json:"usageEnd,omitempty"`
    // ResourceRate - READ-ONLY; The marketplace resource rate.
    ResourceRate *decimal.Decimal `json:"resourceRate,omitempty"`
    // OfferName - READ-ONLY; The type of offer.
    OfferName *string `json:"offerName,omitempty"`
    // ResourceGroup - READ-ONLY; The name of resource group.
    ResourceGroup *string `json:"resourceGroup,omitempty"`
    // OrderNumber - READ-ONLY; The order number.
    OrderNumber *string `json:"orderNumber,omitempty"`
    // InstanceName - READ-ONLY; The name of the resource instance that the usage is about.
    InstanceName *string `json:"instanceName,omitempty"`
    // InstanceID - READ-ONLY; The uri of the resource instance that the usage is about.
    InstanceID *string `json:"instanceId,omitempty"`
    // Currency - READ-ONLY; The ISO currency in which the meter is charged, for example, USD.
    Currency *string `json:"currency,omitempty"`
    // ConsumedQuantity - READ-ONLY; The quantity of usage.
    ConsumedQuantity *decimal.Decimal `json:"consumedQuantity,omitempty"`
    // UnitOfMeasure - READ-ONLY; The unit of measure.
    UnitOfMeasure *string `json:"unitOfMeasure,omitempty"`
    // PretaxCost - READ-ONLY; The amount of cost before tax.
    PretaxCost *decimal.Decimal `json:"pretaxCost,omitempty"`
    // IsEstimated - READ-ONLY; The estimated usage is subject to change.
    IsEstimated *bool `json:"isEstimated,omitempty"`
    // MeterID - READ-ONLY; The meter id (GUID).
    MeterID *uuid.UUID `json:"meterId,omitempty"`
    // SubscriptionGUID - READ-ONLY; Subscription guid.
    SubscriptionGUID *uuid.UUID `json:"subscriptionGuid,omitempty"`
    // SubscriptionName - READ-ONLY; Subscription name.
    SubscriptionName *string `json:"subscriptionName,omitempty"`
    // AccountName - READ-ONLY; Account name.
    AccountName *string `json:"accountName,omitempty"`
    // DepartmentName - READ-ONLY; Department name.
    DepartmentName *string `json:"departmentName,omitempty"`
    // ConsumedService - READ-ONLY; Consumed service name.
    ConsumedService *string `json:"consumedService,omitempty"`
    // CostCenter - READ-ONLY; The cost center of this department if it is a department and a costcenter exists
    CostCenter *string `json:"costCenter,omitempty"`
    // AdditionalProperties - READ-ONLY; Additional details of this usage item. By default this is not populated, unless it's specified in $expand.
    AdditionalProperties *string `json:"additionalProperties,omitempty"`
    // PublisherName - READ-ONLY; The name of publisher.
    PublisherName *string `json:"publisherName,omitempty"`
    // PlanName - READ-ONLY; The name of plan.
    PlanName *string `json:"planName,omitempty"`
}

func (MarketplaceProperties) MarshalJSON

func (mp MarketplaceProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MarketplaceProperties.

type MarketplacesByBillingAccountClient

MarketplacesByBillingAccountClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type MarketplacesByBillingAccountClient struct {
    BaseClient
}

func NewMarketplacesByBillingAccountClient

func NewMarketplacesByBillingAccountClient(subscriptionID string) MarketplacesByBillingAccountClient

NewMarketplacesByBillingAccountClient creates an instance of the MarketplacesByBillingAccountClient client.

func NewMarketplacesByBillingAccountClientWithBaseURI

func NewMarketplacesByBillingAccountClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesByBillingAccountClient

NewMarketplacesByBillingAccountClientWithBaseURI creates an instance of the MarketplacesByBillingAccountClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (MarketplacesByBillingAccountClient) List

func (client MarketplacesByBillingAccountClient) List(ctx context.Context, billingAccountID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)

List lists the marketplaces for a scope by billingAccountId and current billing period. Marketplaces are available via this API only for May 1, 2014 or later. Parameters: billingAccountID - billingAccount ID filter - may be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. top - may be used to limit the number of results to the most recent N marketplaces. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

func (MarketplacesByBillingAccountClient) ListByBillingPeriod

func (client MarketplacesByBillingAccountClient) ListByBillingPeriod(ctx context.Context, billingAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)

ListByBillingPeriod lists the marketplaces for a scope by billing period and billingAccountId. Marketplaces are available via this API only for May 1, 2014 or later. Parameters: billingAccountID - billingAccount ID billingPeriodName - billing Period Name. filter - may be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. top - may be used to limit the number of results to the most recent N marketplaces. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

func (MarketplacesByBillingAccountClient) ListByBillingPeriodComplete

func (client MarketplacesByBillingAccountClient) ListByBillingPeriodComplete(ctx context.Context, billingAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)

ListByBillingPeriodComplete enumerates all values, automatically crossing page boundaries as required.

func (MarketplacesByBillingAccountClient) ListByBillingPeriodPreparer

func (client MarketplacesByBillingAccountClient) ListByBillingPeriodPreparer(ctx context.Context, billingAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (*http.Request, error)

ListByBillingPeriodPreparer prepares the ListByBillingPeriod request.

func (MarketplacesByBillingAccountClient) ListByBillingPeriodResponder

func (client MarketplacesByBillingAccountClient) ListByBillingPeriodResponder(resp *http.Response) (result MarketplacesListResult, err error)

ListByBillingPeriodResponder handles the response to the ListByBillingPeriod request. The method always closes the http.Response Body.

func (MarketplacesByBillingAccountClient) ListByBillingPeriodSender

func (client MarketplacesByBillingAccountClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)

ListByBillingPeriodSender sends the ListByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (MarketplacesByBillingAccountClient) ListComplete

func (client MarketplacesByBillingAccountClient) ListComplete(ctx context.Context, billingAccountID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (MarketplacesByBillingAccountClient) ListPreparer

func (client MarketplacesByBillingAccountClient) ListPreparer(ctx context.Context, billingAccountID string, filter string, top *int32, skiptoken string) (*http.Request, error)

ListPreparer prepares the List request.

func (MarketplacesByBillingAccountClient) ListResponder

func (client MarketplacesByBillingAccountClient) ListResponder(resp *http.Response) (result MarketplacesListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (MarketplacesByBillingAccountClient) ListSender

func (client MarketplacesByBillingAccountClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type MarketplacesByDepartmentClient

MarketplacesByDepartmentClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type MarketplacesByDepartmentClient struct {
    BaseClient
}

func NewMarketplacesByDepartmentClient

func NewMarketplacesByDepartmentClient(subscriptionID string) MarketplacesByDepartmentClient

NewMarketplacesByDepartmentClient creates an instance of the MarketplacesByDepartmentClient client.

func NewMarketplacesByDepartmentClientWithBaseURI

func NewMarketplacesByDepartmentClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesByDepartmentClient

NewMarketplacesByDepartmentClientWithBaseURI creates an instance of the MarketplacesByDepartmentClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (MarketplacesByDepartmentClient) List

func (client MarketplacesByDepartmentClient) List(ctx context.Context, departmentID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)

List lists the marketplaces for a scope by departmentId and current billing period. Marketplaces are available via this API only for May 1, 2014 or later. Parameters: departmentID - department ID filter - may be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. top - may be used to limit the number of results to the most recent N marketplaces. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

func (MarketplacesByDepartmentClient) ListByBillingPeriod

func (client MarketplacesByDepartmentClient) ListByBillingPeriod(ctx context.Context, departmentID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)

ListByBillingPeriod lists the marketplaces for a scope by billing period and departmentId. Marketplaces are available via this API only for May 1, 2014 or later. Parameters: departmentID - department ID billingPeriodName - billing Period Name. filter - may be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. top - may be used to limit the number of results to the most recent N marketplaces. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

func (MarketplacesByDepartmentClient) ListByBillingPeriodComplete

func (client MarketplacesByDepartmentClient) ListByBillingPeriodComplete(ctx context.Context, departmentID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)

ListByBillingPeriodComplete enumerates all values, automatically crossing page boundaries as required.

func (MarketplacesByDepartmentClient) ListByBillingPeriodPreparer

func (client MarketplacesByDepartmentClient) ListByBillingPeriodPreparer(ctx context.Context, departmentID string, billingPeriodName string, filter string, top *int32, skiptoken string) (*http.Request, error)

ListByBillingPeriodPreparer prepares the ListByBillingPeriod request.

func (MarketplacesByDepartmentClient) ListByBillingPeriodResponder

func (client MarketplacesByDepartmentClient) ListByBillingPeriodResponder(resp *http.Response) (result MarketplacesListResult, err error)

ListByBillingPeriodResponder handles the response to the ListByBillingPeriod request. The method always closes the http.Response Body.

func (MarketplacesByDepartmentClient) ListByBillingPeriodSender

func (client MarketplacesByDepartmentClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)

ListByBillingPeriodSender sends the ListByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (MarketplacesByDepartmentClient) ListComplete

func (client MarketplacesByDepartmentClient) ListComplete(ctx context.Context, departmentID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (MarketplacesByDepartmentClient) ListPreparer

func (client MarketplacesByDepartmentClient) ListPreparer(ctx context.Context, departmentID string, filter string, top *int32, skiptoken string) (*http.Request, error)

ListPreparer prepares the List request.

func (MarketplacesByDepartmentClient) ListResponder

func (client MarketplacesByDepartmentClient) ListResponder(resp *http.Response) (result MarketplacesListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (MarketplacesByDepartmentClient) ListSender

func (client MarketplacesByDepartmentClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type MarketplacesByEnrollmentAccountsClient

MarketplacesByEnrollmentAccountsClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type MarketplacesByEnrollmentAccountsClient struct {
    BaseClient
}

func NewMarketplacesByEnrollmentAccountsClient

func NewMarketplacesByEnrollmentAccountsClient(subscriptionID string) MarketplacesByEnrollmentAccountsClient

NewMarketplacesByEnrollmentAccountsClient creates an instance of the MarketplacesByEnrollmentAccountsClient client.

func NewMarketplacesByEnrollmentAccountsClientWithBaseURI

func NewMarketplacesByEnrollmentAccountsClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesByEnrollmentAccountsClient

NewMarketplacesByEnrollmentAccountsClientWithBaseURI creates an instance of the MarketplacesByEnrollmentAccountsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (MarketplacesByEnrollmentAccountsClient) List

func (client MarketplacesByEnrollmentAccountsClient) List(ctx context.Context, enrollmentAccountID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)

List lists the marketplaces for a scope by enrollmentAccountId and current billing period. Marketplaces are available via this API only for May 1, 2014 or later. Parameters: enrollmentAccountID - enrollmentAccount ID filter - may be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. top - may be used to limit the number of results to the most recent N marketplaces. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

func (MarketplacesByEnrollmentAccountsClient) ListByBillingPeriod

func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriod(ctx context.Context, enrollmentAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)

ListByBillingPeriod lists the marketplaces for a scope by billing period and enrollmentAccountId. Marketplaces are available via this API only for May 1, 2014 or later. Parameters: enrollmentAccountID - enrollmentAccount ID billingPeriodName - billing Period Name. filter - may be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. top - may be used to limit the number of results to the most recent N marketplaces. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

func (MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodComplete

func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodComplete(ctx context.Context, enrollmentAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)

ListByBillingPeriodComplete enumerates all values, automatically crossing page boundaries as required.

func (MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodPreparer

func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodPreparer(ctx context.Context, enrollmentAccountID string, billingPeriodName string, filter string, top *int32, skiptoken string) (*http.Request, error)

ListByBillingPeriodPreparer prepares the ListByBillingPeriod request.

func (MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodResponder

func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodResponder(resp *http.Response) (result MarketplacesListResult, err error)

ListByBillingPeriodResponder handles the response to the ListByBillingPeriod request. The method always closes the http.Response Body.

func (MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodSender

func (client MarketplacesByEnrollmentAccountsClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)

ListByBillingPeriodSender sends the ListByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (MarketplacesByEnrollmentAccountsClient) ListComplete

func (client MarketplacesByEnrollmentAccountsClient) ListComplete(ctx context.Context, enrollmentAccountID string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (MarketplacesByEnrollmentAccountsClient) ListPreparer

func (client MarketplacesByEnrollmentAccountsClient) ListPreparer(ctx context.Context, enrollmentAccountID string, filter string, top *int32, skiptoken string) (*http.Request, error)

ListPreparer prepares the List request.

func (MarketplacesByEnrollmentAccountsClient) ListResponder

func (client MarketplacesByEnrollmentAccountsClient) ListResponder(resp *http.Response) (result MarketplacesListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (MarketplacesByEnrollmentAccountsClient) ListSender

func (client MarketplacesByEnrollmentAccountsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type MarketplacesClient

MarketplacesClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type MarketplacesClient struct {
    BaseClient
}

func NewMarketplacesClient

func NewMarketplacesClient(subscriptionID string) MarketplacesClient

NewMarketplacesClient creates an instance of the MarketplacesClient client.

func NewMarketplacesClientWithBaseURI

func NewMarketplacesClientWithBaseURI(baseURI string, subscriptionID string) MarketplacesClient

NewMarketplacesClientWithBaseURI creates an instance of the MarketplacesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (MarketplacesClient) List

func (client MarketplacesClient) List(ctx context.Context, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)

List lists the marketplaces for a scope by subscriptionId and current billing period. Marketplaces are available via this API only for May 1, 2014 or later. Parameters: filter - may be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. top - may be used to limit the number of results to the most recent N marketplaces. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

func (MarketplacesClient) ListByBillingPeriod

func (client MarketplacesClient) ListByBillingPeriod(ctx context.Context, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultPage, err error)

ListByBillingPeriod lists the marketplaces for a scope by billing period and subscriptionId. Marketplaces are available via this API only for May 1, 2014 or later. Parameters: billingPeriodName - billing Period Name. filter - may be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. top - may be used to limit the number of results to the most recent N marketplaces. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.

func (MarketplacesClient) ListByBillingPeriodComplete

func (client MarketplacesClient) ListByBillingPeriodComplete(ctx context.Context, billingPeriodName string, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)

ListByBillingPeriodComplete enumerates all values, automatically crossing page boundaries as required.

func (MarketplacesClient) ListByBillingPeriodPreparer

func (client MarketplacesClient) ListByBillingPeriodPreparer(ctx context.Context, billingPeriodName string, filter string, top *int32, skiptoken string) (*http.Request, error)

ListByBillingPeriodPreparer prepares the ListByBillingPeriod request.

func (MarketplacesClient) ListByBillingPeriodResponder

func (client MarketplacesClient) ListByBillingPeriodResponder(resp *http.Response) (result MarketplacesListResult, err error)

ListByBillingPeriodResponder handles the response to the ListByBillingPeriod request. The method always closes the http.Response Body.

func (MarketplacesClient) ListByBillingPeriodSender

func (client MarketplacesClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)

ListByBillingPeriodSender sends the ListByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (MarketplacesClient) ListComplete

func (client MarketplacesClient) ListComplete(ctx context.Context, filter string, top *int32, skiptoken string) (result MarketplacesListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (MarketplacesClient) ListPreparer

func (client MarketplacesClient) ListPreparer(ctx context.Context, filter string, top *int32, skiptoken string) (*http.Request, error)

ListPreparer prepares the List request.

func (MarketplacesClient) ListResponder

func (client MarketplacesClient) ListResponder(resp *http.Response) (result MarketplacesListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (MarketplacesClient) ListSender

func (client MarketplacesClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type MarketplacesListResult

MarketplacesListResult result of listing marketplaces. It contains a list of available marketplaces in reverse chronological order by billing period.

type MarketplacesListResult struct {
    autorest.Response `json:"-"`
    // Value - READ-ONLY; The list of marketplaces.
    Value *[]Marketplace `json:"value,omitempty"`
    // NextLink - READ-ONLY; The link (url) to the next page of results.
    NextLink *string `json:"nextLink,omitempty"`
}

func (MarketplacesListResult) IsEmpty

func (mlr MarketplacesListResult) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (MarketplacesListResult) MarshalJSON

func (mlr MarketplacesListResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MarketplacesListResult.

type MarketplacesListResultIterator

MarketplacesListResultIterator provides access to a complete listing of Marketplace values.

type MarketplacesListResultIterator struct {
    // contains filtered or unexported fields
}

func NewMarketplacesListResultIterator

func NewMarketplacesListResultIterator(page MarketplacesListResultPage) MarketplacesListResultIterator

Creates a new instance of the MarketplacesListResultIterator type.

func (*MarketplacesListResultIterator) Next

func (iter *MarketplacesListResultIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*MarketplacesListResultIterator) NextWithContext

func (iter *MarketplacesListResultIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (MarketplacesListResultIterator) NotDone

func (iter MarketplacesListResultIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (MarketplacesListResultIterator) Response

func (iter MarketplacesListResultIterator) Response() MarketplacesListResult

Response returns the raw server response from the last page request.

func (MarketplacesListResultIterator) Value

func (iter MarketplacesListResultIterator) Value() Marketplace

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type MarketplacesListResultPage

MarketplacesListResultPage contains a page of Marketplace values.

type MarketplacesListResultPage struct {
    // contains filtered or unexported fields
}

func NewMarketplacesListResultPage

func NewMarketplacesListResultPage(cur MarketplacesListResult, getNextPage func(context.Context, MarketplacesListResult) (MarketplacesListResult, error)) MarketplacesListResultPage

Creates a new instance of the MarketplacesListResultPage type.

func (*MarketplacesListResultPage) Next

func (page *MarketplacesListResultPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*MarketplacesListResultPage) NextWithContext

func (page *MarketplacesListResultPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (MarketplacesListResultPage) NotDone

func (page MarketplacesListResultPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (MarketplacesListResultPage) Response

func (page MarketplacesListResultPage) Response() MarketplacesListResult

Response returns the raw server response from the last page request.

func (MarketplacesListResultPage) Values

func (page MarketplacesListResultPage) Values() []Marketplace

Values returns the slice of values for the current page or nil if there are no values.

type MeterDetails

MeterDetails the properties of the meter detail.

type MeterDetails struct {
    // MeterName - READ-ONLY; The name of the meter, within the given meter category
    MeterName *string `json:"meterName,omitempty"`
    // MeterCategory - READ-ONLY; The category of the meter, for example, 'Cloud services', 'Networking', etc..
    MeterCategory *string `json:"meterCategory,omitempty"`
    // MeterSubCategory - READ-ONLY; The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
    MeterSubCategory *string `json:"meterSubCategory,omitempty"`
    // Unit - READ-ONLY; The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
    Unit *string `json:"unit,omitempty"`
    // MeterLocation - READ-ONLY; The location in which the Azure service is available.
    MeterLocation *string `json:"meterLocation,omitempty"`
    // TotalIncludedQuantity - READ-ONLY; The total included quantity associated with the offer.
    TotalIncludedQuantity *decimal.Decimal `json:"totalIncludedQuantity,omitempty"`
    // PretaxStandardRate - READ-ONLY; The pretax listing price.
    PretaxStandardRate *decimal.Decimal `json:"pretaxStandardRate,omitempty"`
}

func (MeterDetails) MarshalJSON

func (md MeterDetails) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for MeterDetails.

type Notification

Notification the notification associated with a budget.

type Notification struct {
    // Enabled - The notification is enabled or not.
    Enabled *bool `json:"enabled,omitempty"`
    // Operator - The comparison operator. Possible values include: 'EqualTo', 'GreaterThan', 'GreaterThanOrEqualTo'
    Operator OperatorType `json:"operator,omitempty"`
    // Threshold - Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000.
    Threshold *decimal.Decimal `json:"threshold,omitempty"`
    // ContactEmails - Email addresses to send the budget notification to when the threshold is exceeded.
    ContactEmails *[]string `json:"contactEmails,omitempty"`
    // ContactRoles - Contact roles to send the budget notification to when the threshold is exceeded.
    ContactRoles *[]string `json:"contactRoles,omitempty"`
    // ContactGroups - Action groups to send the budget notification to when the threshold is exceeded.
    ContactGroups *[]string `json:"contactGroups,omitempty"`
}

type Operation

Operation a Consumption REST API operation.

type Operation struct {
    // Name - READ-ONLY; Operation name: {provider}/{resource}/{operation}.
    Name *string `json:"name,omitempty"`
    // Display - The object that represents the operation.
    Display *OperationDisplay `json:"display,omitempty"`
}

func (Operation) MarshalJSON

func (o Operation) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Operation.

type OperationDisplay

OperationDisplay the object that represents the operation.

type OperationDisplay struct {
    // Provider - READ-ONLY; Service provider: Microsoft.Consumption.
    Provider *string `json:"provider,omitempty"`
    // Resource - READ-ONLY; Resource on which the operation is performed: UsageDetail, etc.
    Resource *string `json:"resource,omitempty"`
    // Operation - READ-ONLY; Operation type: Read, write, delete, etc.
    Operation *string `json:"operation,omitempty"`
}

func (OperationDisplay) MarshalJSON

func (o OperationDisplay) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for OperationDisplay.

type OperationListResult

OperationListResult result of listing consumption operations. It contains a list of operations and a URL link to get the next set of results.

type OperationListResult struct {
    autorest.Response `json:"-"`
    // Value - READ-ONLY; List of consumption operations supported by the Microsoft.Consumption resource provider.
    Value *[]Operation `json:"value,omitempty"`
    // NextLink - READ-ONLY; URL to get the next set of operation list results if there are any.
    NextLink *string `json:"nextLink,omitempty"`
}

func (OperationListResult) IsEmpty

func (olr OperationListResult) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (OperationListResult) MarshalJSON

func (olr OperationListResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for OperationListResult.

type OperationListResultIterator

OperationListResultIterator provides access to a complete listing of Operation values.

type OperationListResultIterator struct {
    // contains filtered or unexported fields
}

func NewOperationListResultIterator

func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator

Creates a new instance of the OperationListResultIterator type.

func (*OperationListResultIterator) Next

func (iter *OperationListResultIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*OperationListResultIterator) NextWithContext

func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (OperationListResultIterator) NotDone

func (iter OperationListResultIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (OperationListResultIterator) Response

func (iter OperationListResultIterator) Response() OperationListResult

Response returns the raw server response from the last page request.

func (OperationListResultIterator) Value

func (iter OperationListResultIterator) Value() Operation

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type OperationListResultPage

OperationListResultPage contains a page of Operation values.

type OperationListResultPage struct {
    // contains filtered or unexported fields
}

func NewOperationListResultPage

func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage

Creates a new instance of the OperationListResultPage type.

func (*OperationListResultPage) Next

func (page *OperationListResultPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*OperationListResultPage) NextWithContext

func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (OperationListResultPage) NotDone

func (page OperationListResultPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (OperationListResultPage) Response

func (page OperationListResultPage) Response() OperationListResult

Response returns the raw server response from the last page request.

func (OperationListResultPage) Values

func (page OperationListResultPage) Values() []Operation

Values returns the slice of values for the current page or nil if there are no values.

type OperationsClient

OperationsClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type OperationsClient struct {
    BaseClient
}

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

NewOperationsClient creates an instance of the OperationsClient client.

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

NewOperationsClientWithBaseURI creates an instance of the OperationsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (OperationsClient) List

func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)

List lists all of the available consumption REST API operations.

func (OperationsClient) ListComplete

func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (OperationsClient) ListPreparer

func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error)

ListPreparer prepares the List request.

func (OperationsClient) ListResponder

func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (OperationsClient) ListSender

func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type OperatorType

OperatorType enumerates the values for operator type.

type OperatorType string
const (
    // EqualTo ...
    EqualTo OperatorType = "EqualTo"
    // GreaterThan ...
    GreaterThan OperatorType = "GreaterThan"
    // GreaterThanOrEqualTo ...
    GreaterThanOrEqualTo OperatorType = "GreaterThanOrEqualTo"
)

func PossibleOperatorTypeValues

func PossibleOperatorTypeValues() []OperatorType

PossibleOperatorTypeValues returns an array of possible values for the OperatorType const type.

type PriceSheetClient

PriceSheetClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type PriceSheetClient struct {
    BaseClient
}

func NewPriceSheetClient

func NewPriceSheetClient(subscriptionID string) PriceSheetClient

NewPriceSheetClient creates an instance of the PriceSheetClient client.

func NewPriceSheetClientWithBaseURI

func NewPriceSheetClientWithBaseURI(baseURI string, subscriptionID string) PriceSheetClient

NewPriceSheetClientWithBaseURI creates an instance of the PriceSheetClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (PriceSheetClient) Get

func (client PriceSheetClient) Get(ctx context.Context, expand string, skiptoken string, top *int32) (result PriceSheetResult, err error)

Get gets the price sheet for a scope by subscriptionId. Price sheet is available via this API only for May 1, 2014 or later. Parameters: expand - may be used to expand the properties/meterDetails within a price sheet. By default, these fields are not included when returning price sheet. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the top N results.

func (PriceSheetClient) GetByBillingPeriod

func (client PriceSheetClient) GetByBillingPeriod(ctx context.Context, billingPeriodName string, expand string, skiptoken string, top *int32) (result PriceSheetResult, err error)

GetByBillingPeriod get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via this API only for May 1, 2014 or later. Parameters: billingPeriodName - billing Period Name. expand - may be used to expand the properties/meterDetails within a price sheet. By default, these fields are not included when returning price sheet. skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the top N results.

func (PriceSheetClient) GetByBillingPeriodPreparer

func (client PriceSheetClient) GetByBillingPeriodPreparer(ctx context.Context, billingPeriodName string, expand string, skiptoken string, top *int32) (*http.Request, error)

GetByBillingPeriodPreparer prepares the GetByBillingPeriod request.

func (PriceSheetClient) GetByBillingPeriodResponder

func (client PriceSheetClient) GetByBillingPeriodResponder(resp *http.Response) (result PriceSheetResult, err error)

GetByBillingPeriodResponder handles the response to the GetByBillingPeriod request. The method always closes the http.Response Body.

func (PriceSheetClient) GetByBillingPeriodSender

func (client PriceSheetClient) GetByBillingPeriodSender(req *http.Request) (*http.Response, error)

GetByBillingPeriodSender sends the GetByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (PriceSheetClient) GetPreparer

func (client PriceSheetClient) GetPreparer(ctx context.Context, expand string, skiptoken string, top *int32) (*http.Request, error)

GetPreparer prepares the Get request.

func (PriceSheetClient) GetResponder

func (client PriceSheetClient) GetResponder(resp *http.Response) (result PriceSheetResult, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (PriceSheetClient) GetSender

func (client PriceSheetClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

type PriceSheetModel

PriceSheetModel price sheet result. It contains the pricesheet associated with billing period

type PriceSheetModel struct {
    // Pricesheets - READ-ONLY; Price sheet
    Pricesheets *[]PriceSheetProperties `json:"pricesheets,omitempty"`
    // NextLink - READ-ONLY; The link (url) to the next page of results.
    NextLink *string `json:"nextLink,omitempty"`
}

func (PriceSheetModel) MarshalJSON

func (psm PriceSheetModel) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PriceSheetModel.

type PriceSheetProperties

PriceSheetProperties the properties of the price sheet.

type PriceSheetProperties struct {
    // BillingPeriodID - READ-ONLY; The id of the billing period resource that the usage belongs to.
    BillingPeriodID *string `json:"billingPeriodId,omitempty"`
    // MeterID - READ-ONLY; The meter id (GUID)
    MeterID *uuid.UUID `json:"meterId,omitempty"`
    // MeterDetails - READ-ONLY; The details about the meter. By default this is not populated, unless it's specified in $expand.
    MeterDetails *MeterDetails `json:"meterDetails,omitempty"`
    // UnitOfMeasure - READ-ONLY; Unit of measure
    UnitOfMeasure *string `json:"unitOfMeasure,omitempty"`
    // IncludedQuantity - READ-ONLY; Included quality for an offer
    IncludedQuantity *decimal.Decimal `json:"includedQuantity,omitempty"`
    // PartNumber - READ-ONLY; Part Number
    PartNumber *string `json:"partNumber,omitempty"`
    // UnitPrice - READ-ONLY; Unit Price
    UnitPrice *decimal.Decimal `json:"unitPrice,omitempty"`
    // CurrencyCode - READ-ONLY; Currency Code
    CurrencyCode *string `json:"currencyCode,omitempty"`
}

func (PriceSheetProperties) MarshalJSON

func (psp PriceSheetProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PriceSheetProperties.

type PriceSheetResult

PriceSheetResult an pricesheet resource.

type PriceSheetResult struct {
    autorest.Response `json:"-"`
    *PriceSheetModel  `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // Tags - READ-ONLY; Resource tags.
    Tags map[string]*string `json:"tags"`
}

func (PriceSheetResult) MarshalJSON

func (psr PriceSheetResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for PriceSheetResult.

func (*PriceSheetResult) UnmarshalJSON

func (psr *PriceSheetResult) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for PriceSheetResult struct.

type ProxyResource

ProxyResource the Resource model definition.

type ProxyResource struct {
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // ETag - eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
    ETag *string `json:"eTag,omitempty"`
}

func (ProxyResource) MarshalJSON

func (pr ProxyResource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ProxyResource.

type ReservationDetails

ReservationDetails reservation details resource.

type ReservationDetails struct {
    *ReservationDetailsProperties `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // Tags - READ-ONLY; Resource tags.
    Tags map[string]*string `json:"tags"`
}

func (ReservationDetails) MarshalJSON

func (rd ReservationDetails) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationDetails.

func (*ReservationDetails) UnmarshalJSON

func (rd *ReservationDetails) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ReservationDetails struct.

type ReservationDetailsListResult

ReservationDetailsListResult result of listing reservation details.

type ReservationDetailsListResult struct {
    autorest.Response `json:"-"`
    // Value - READ-ONLY; The list of reservation details.
    Value *[]ReservationDetails `json:"value,omitempty"`
    // NextLink - READ-ONLY; The link (url) to the next page of results.
    NextLink *string `json:"nextLink,omitempty"`
}

func (ReservationDetailsListResult) IsEmpty

func (rdlr ReservationDetailsListResult) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ReservationDetailsListResult) MarshalJSON

func (rdlr ReservationDetailsListResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationDetailsListResult.

type ReservationDetailsListResultIterator

ReservationDetailsListResultIterator provides access to a complete listing of ReservationDetails values.

type ReservationDetailsListResultIterator struct {
    // contains filtered or unexported fields
}

func NewReservationDetailsListResultIterator

func NewReservationDetailsListResultIterator(page ReservationDetailsListResultPage) ReservationDetailsListResultIterator

Creates a new instance of the ReservationDetailsListResultIterator type.

func (*ReservationDetailsListResultIterator) Next

func (iter *ReservationDetailsListResultIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ReservationDetailsListResultIterator) NextWithContext

func (iter *ReservationDetailsListResultIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ReservationDetailsListResultIterator) NotDone

func (iter ReservationDetailsListResultIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (ReservationDetailsListResultIterator) Response

func (iter ReservationDetailsListResultIterator) Response() ReservationDetailsListResult

Response returns the raw server response from the last page request.

func (ReservationDetailsListResultIterator) Value

func (iter ReservationDetailsListResultIterator) Value() ReservationDetails

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ReservationDetailsListResultPage

ReservationDetailsListResultPage contains a page of ReservationDetails values.

type ReservationDetailsListResultPage struct {
    // contains filtered or unexported fields
}

func NewReservationDetailsListResultPage

func NewReservationDetailsListResultPage(cur ReservationDetailsListResult, getNextPage func(context.Context, ReservationDetailsListResult) (ReservationDetailsListResult, error)) ReservationDetailsListResultPage

Creates a new instance of the ReservationDetailsListResultPage type.

func (*ReservationDetailsListResultPage) Next

func (page *ReservationDetailsListResultPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ReservationDetailsListResultPage) NextWithContext

func (page *ReservationDetailsListResultPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ReservationDetailsListResultPage) NotDone

func (page ReservationDetailsListResultPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ReservationDetailsListResultPage) Response

func (page ReservationDetailsListResultPage) Response() ReservationDetailsListResult

Response returns the raw server response from the last page request.

func (ReservationDetailsListResultPage) Values

func (page ReservationDetailsListResultPage) Values() []ReservationDetails

Values returns the slice of values for the current page or nil if there are no values.

type ReservationDetailsProperties

ReservationDetailsProperties the properties of the reservation details.

type ReservationDetailsProperties struct {
    // ReservationOrderID - READ-ONLY; The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
    ReservationOrderID *string `json:"reservationOrderId,omitempty"`
    // ReservationID - READ-ONLY; The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to.
    ReservationID *string `json:"reservationId,omitempty"`
    // SkuName - READ-ONLY; This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
    SkuName *string `json:"skuName,omitempty"`
    // ReservedHours - READ-ONLY; This is the total hours reserved for the day. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days.
    ReservedHours *decimal.Decimal `json:"reservedHours,omitempty"`
    // UsageDate - READ-ONLY; The date on which consumption occurred.
    UsageDate *date.Time `json:"usageDate,omitempty"`
    // UsedHours - READ-ONLY; This is the total hours used by the instance.
    UsedHours *decimal.Decimal `json:"usedHours,omitempty"`
    // InstanceID - READ-ONLY; This identifier is the name of the resource or the fully qualified Resource ID.
    InstanceID *string `json:"instanceId,omitempty"`
    // TotalReservedQuantity - READ-ONLY; This is the total count of instances that are reserved for the reservationId.
    TotalReservedQuantity *decimal.Decimal `json:"totalReservedQuantity,omitempty"`
}

func (ReservationDetailsProperties) MarshalJSON

func (rdp ReservationDetailsProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationDetailsProperties.

type ReservationRecommendations

ReservationRecommendations reservation recommendations resource.

type ReservationRecommendations struct {
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // Tags - READ-ONLY; Resource tags.
    Tags map[string]*string `json:"tags"`
    // Location - READ-ONLY; Resource location
    Location *string `json:"location,omitempty"`
    // Sku - READ-ONLY; Resource sku
    Sku                                   *string `json:"sku,omitempty"`
    *ReservationRecommendationsProperties `json:"properties,omitempty"`
}

func (ReservationRecommendations) MarshalJSON

func (rr ReservationRecommendations) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationRecommendations.

func (*ReservationRecommendations) UnmarshalJSON

func (rr *ReservationRecommendations) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ReservationRecommendations struct.

type ReservationRecommendationsClient

ReservationRecommendationsClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type ReservationRecommendationsClient struct {
    BaseClient
}

func NewReservationRecommendationsClient

func NewReservationRecommendationsClient(subscriptionID string) ReservationRecommendationsClient

NewReservationRecommendationsClient creates an instance of the ReservationRecommendationsClient client.

func NewReservationRecommendationsClientWithBaseURI

func NewReservationRecommendationsClientWithBaseURI(baseURI string, subscriptionID string) ReservationRecommendationsClient

NewReservationRecommendationsClientWithBaseURI creates an instance of the ReservationRecommendationsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (ReservationRecommendationsClient) List

func (client ReservationRecommendationsClient) List(ctx context.Context, filter string) (result ReservationRecommendationsListResultPage, err error)

List list of recommendations for purchasing reserved instances. Parameters: filter - may be used to filter reservationRecommendations by properties/scope and properties/lookBackPeriod.

func (ReservationRecommendationsClient) ListComplete

func (client ReservationRecommendationsClient) ListComplete(ctx context.Context, filter string) (result ReservationRecommendationsListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (ReservationRecommendationsClient) ListPreparer

func (client ReservationRecommendationsClient) ListPreparer(ctx context.Context, filter string) (*http.Request, error)

ListPreparer prepares the List request.

func (ReservationRecommendationsClient) ListResponder

func (client ReservationRecommendationsClient) ListResponder(resp *http.Response) (result ReservationRecommendationsListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (ReservationRecommendationsClient) ListSender

func (client ReservationRecommendationsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type ReservationRecommendationsListResult

ReservationRecommendationsListResult result of listing reservation recommendations.

type ReservationRecommendationsListResult struct {
    autorest.Response `json:"-"`
    // Value - READ-ONLY; The list of reservation recommendations.
    Value *[]ReservationRecommendations `json:"value,omitempty"`
    // NextLink - READ-ONLY; The link (url) to the next page of results.
    NextLink *string `json:"nextLink,omitempty"`
}

func (ReservationRecommendationsListResult) IsEmpty

func (rrlr ReservationRecommendationsListResult) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ReservationRecommendationsListResult) MarshalJSON

func (rrlr ReservationRecommendationsListResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationRecommendationsListResult.

type ReservationRecommendationsListResultIterator

ReservationRecommendationsListResultIterator provides access to a complete listing of ReservationRecommendations values.

type ReservationRecommendationsListResultIterator struct {
    // contains filtered or unexported fields
}

func NewReservationRecommendationsListResultIterator

func NewReservationRecommendationsListResultIterator(page ReservationRecommendationsListResultPage) ReservationRecommendationsListResultIterator

Creates a new instance of the ReservationRecommendationsListResultIterator type.

func (*ReservationRecommendationsListResultIterator) Next

func (iter *ReservationRecommendationsListResultIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ReservationRecommendationsListResultIterator) NextWithContext

func (iter *ReservationRecommendationsListResultIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ReservationRecommendationsListResultIterator) NotDone

func (iter ReservationRecommendationsListResultIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (ReservationRecommendationsListResultIterator) Response

func (iter ReservationRecommendationsListResultIterator) Response() ReservationRecommendationsListResult

Response returns the raw server response from the last page request.

func (ReservationRecommendationsListResultIterator) Value

func (iter ReservationRecommendationsListResultIterator) Value() ReservationRecommendations

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ReservationRecommendationsListResultPage

ReservationRecommendationsListResultPage contains a page of ReservationRecommendations values.

type ReservationRecommendationsListResultPage struct {
    // contains filtered or unexported fields
}

func NewReservationRecommendationsListResultPage

func NewReservationRecommendationsListResultPage(cur ReservationRecommendationsListResult, getNextPage func(context.Context, ReservationRecommendationsListResult) (ReservationRecommendationsListResult, error)) ReservationRecommendationsListResultPage

Creates a new instance of the ReservationRecommendationsListResultPage type.

func (*ReservationRecommendationsListResultPage) Next

func (page *ReservationRecommendationsListResultPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ReservationRecommendationsListResultPage) NextWithContext

func (page *ReservationRecommendationsListResultPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ReservationRecommendationsListResultPage) NotDone

func (page ReservationRecommendationsListResultPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ReservationRecommendationsListResultPage) Response

func (page ReservationRecommendationsListResultPage) Response() ReservationRecommendationsListResult

Response returns the raw server response from the last page request.

func (ReservationRecommendationsListResultPage) Values

func (page ReservationRecommendationsListResultPage) Values() []ReservationRecommendations

Values returns the slice of values for the current page or nil if there are no values.

type ReservationRecommendationsProperties

ReservationRecommendationsProperties the properties of the reservation recommendations.

type ReservationRecommendationsProperties struct {
    // LookBackPeriod - READ-ONLY; The number of days of usage to look back for recommendations.
    LookBackPeriod *string `json:"lookBackPeriod,omitempty"`
    // MeterID - READ-ONLY; The meter id (GUID)
    MeterID *uuid.UUID `json:"meterId,omitempty"`
    // Term - READ-ONLY; RI recommendations in one or three year terms.
    Term *string `json:"term,omitempty"`
    // CostWithNoReservedInstances - READ-ONLY; The total amount of cost without reserved instances.
    CostWithNoReservedInstances *decimal.Decimal `json:"costWithNoReservedInstances,omitempty"`
    // RecommendedQuantity - READ-ONLY; Recommended quality for reserved instances.
    RecommendedQuantity *decimal.Decimal `json:"recommendedQuantity,omitempty"`
    // TotalCostWithReservedInstances - READ-ONLY; The total amount of cost with reserved instances.
    TotalCostWithReservedInstances *decimal.Decimal `json:"totalCostWithReservedInstances,omitempty"`
    // NetSavings - READ-ONLY; Total estimated savings with reserved instances.
    NetSavings *decimal.Decimal `json:"netSavings,omitempty"`
    // FirstUsageDate - READ-ONLY; The usage date for looking back.
    FirstUsageDate *date.Time `json:"firstUsageDate,omitempty"`
    // Scope - READ-ONLY; Shared or single recommendation.
    Scope *string `json:"scope,omitempty"`
}

func (ReservationRecommendationsProperties) MarshalJSON

func (rrp ReservationRecommendationsProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationRecommendationsProperties.

type ReservationSummaries

ReservationSummaries reservation summaries resource.

type ReservationSummaries struct {
    *ReservationSummariesProperties `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // Tags - READ-ONLY; Resource tags.
    Tags map[string]*string `json:"tags"`
}

func (ReservationSummaries) MarshalJSON

func (rs ReservationSummaries) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationSummaries.

func (*ReservationSummaries) UnmarshalJSON

func (rs *ReservationSummaries) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for ReservationSummaries struct.

type ReservationSummariesListResult

ReservationSummariesListResult result of listing reservation summaries.

type ReservationSummariesListResult struct {
    autorest.Response `json:"-"`
    // Value - READ-ONLY; The list of reservation summaries.
    Value *[]ReservationSummaries `json:"value,omitempty"`
    // NextLink - READ-ONLY; The link (url) to the next page of results.
    NextLink *string `json:"nextLink,omitempty"`
}

func (ReservationSummariesListResult) IsEmpty

func (rslr ReservationSummariesListResult) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (ReservationSummariesListResult) MarshalJSON

func (rslr ReservationSummariesListResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationSummariesListResult.

type ReservationSummariesListResultIterator

ReservationSummariesListResultIterator provides access to a complete listing of ReservationSummaries values.

type ReservationSummariesListResultIterator struct {
    // contains filtered or unexported fields
}

func NewReservationSummariesListResultIterator

func NewReservationSummariesListResultIterator(page ReservationSummariesListResultPage) ReservationSummariesListResultIterator

Creates a new instance of the ReservationSummariesListResultIterator type.

func (*ReservationSummariesListResultIterator) Next

func (iter *ReservationSummariesListResultIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ReservationSummariesListResultIterator) NextWithContext

func (iter *ReservationSummariesListResultIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (ReservationSummariesListResultIterator) NotDone

func (iter ReservationSummariesListResultIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (ReservationSummariesListResultIterator) Response

func (iter ReservationSummariesListResultIterator) Response() ReservationSummariesListResult

Response returns the raw server response from the last page request.

func (ReservationSummariesListResultIterator) Value

func (iter ReservationSummariesListResultIterator) Value() ReservationSummaries

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type ReservationSummariesListResultPage

ReservationSummariesListResultPage contains a page of ReservationSummaries values.

type ReservationSummariesListResultPage struct {
    // contains filtered or unexported fields
}

func NewReservationSummariesListResultPage

func NewReservationSummariesListResultPage(cur ReservationSummariesListResult, getNextPage func(context.Context, ReservationSummariesListResult) (ReservationSummariesListResult, error)) ReservationSummariesListResultPage

Creates a new instance of the ReservationSummariesListResultPage type.

func (*ReservationSummariesListResultPage) Next

func (page *ReservationSummariesListResultPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*ReservationSummariesListResultPage) NextWithContext

func (page *ReservationSummariesListResultPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (ReservationSummariesListResultPage) NotDone

func (page ReservationSummariesListResultPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (ReservationSummariesListResultPage) Response

func (page ReservationSummariesListResultPage) Response() ReservationSummariesListResult

Response returns the raw server response from the last page request.

func (ReservationSummariesListResultPage) Values

func (page ReservationSummariesListResultPage) Values() []ReservationSummaries

Values returns the slice of values for the current page or nil if there are no values.

type ReservationSummariesProperties

ReservationSummariesProperties the properties of the reservation summaries.

type ReservationSummariesProperties struct {
    // ReservationOrderID - READ-ONLY; The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
    ReservationOrderID *string `json:"reservationOrderId,omitempty"`
    // ReservationID - READ-ONLY; The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to.
    ReservationID *string `json:"reservationId,omitempty"`
    // SkuName - READ-ONLY; This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
    SkuName *string `json:"skuName,omitempty"`
    // ReservedHours - READ-ONLY; This is the total hours reserved. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days
    ReservedHours *decimal.Decimal `json:"reservedHours,omitempty"`
    // UsageDate - READ-ONLY; Data corresponding to the utilization record. If the grain of data is monthly, it will be first day of month.
    UsageDate *date.Time `json:"usageDate,omitempty"`
    // UsedHours - READ-ONLY; Total used hours by the reservation
    UsedHours *decimal.Decimal `json:"usedHours,omitempty"`
    // MinUtilizationPercentage - READ-ONLY; This is the minimum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 10%, this field will return 10% for that day
    MinUtilizationPercentage *decimal.Decimal `json:"minUtilizationPercentage,omitempty"`
    // AvgUtilizationPercentage - READ-ONLY; This is average utilization for the entire time range. (day or month depending on the grain)
    AvgUtilizationPercentage *decimal.Decimal `json:"avgUtilizationPercentage,omitempty"`
    // MaxUtilizationPercentage - READ-ONLY; This is the maximum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 100%, this field will return 100% for that day.
    MaxUtilizationPercentage *decimal.Decimal `json:"maxUtilizationPercentage,omitempty"`
}

func (ReservationSummariesProperties) MarshalJSON

func (rsp ReservationSummariesProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ReservationSummariesProperties.

type ReservationsDetailsClient

ReservationsDetailsClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type ReservationsDetailsClient struct {
    BaseClient
}

func NewReservationsDetailsClient

func NewReservationsDetailsClient(subscriptionID string) ReservationsDetailsClient

NewReservationsDetailsClient creates an instance of the ReservationsDetailsClient client.

func NewReservationsDetailsClientWithBaseURI

func NewReservationsDetailsClientWithBaseURI(baseURI string, subscriptionID string) ReservationsDetailsClient

NewReservationsDetailsClientWithBaseURI creates an instance of the ReservationsDetailsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (ReservationsDetailsClient) ListByReservationOrder

func (client ReservationsDetailsClient) ListByReservationOrder(ctx context.Context, reservationOrderID string, filter string) (result ReservationDetailsListResultPage, err error)

ListByReservationOrder lists the reservations details for provided date range. Parameters: reservationOrderID - order Id of the reservation filter - filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

func (ReservationsDetailsClient) ListByReservationOrderAndReservation

func (client ReservationsDetailsClient) ListByReservationOrderAndReservation(ctx context.Context, reservationOrderID string, reservationID string, filter string) (result ReservationDetailsListResultPage, err error)

ListByReservationOrderAndReservation lists the reservations details for provided date range. Parameters: reservationOrderID - order Id of the reservation reservationID - id of the reservation filter - filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

func (ReservationsDetailsClient) ListByReservationOrderAndReservationComplete

func (client ReservationsDetailsClient) ListByReservationOrderAndReservationComplete(ctx context.Context, reservationOrderID string, reservationID string, filter string) (result ReservationDetailsListResultIterator, err error)

ListByReservationOrderAndReservationComplete enumerates all values, automatically crossing page boundaries as required.

func (ReservationsDetailsClient) ListByReservationOrderAndReservationPreparer

func (client ReservationsDetailsClient) ListByReservationOrderAndReservationPreparer(ctx context.Context, reservationOrderID string, reservationID string, filter string) (*http.Request, error)

ListByReservationOrderAndReservationPreparer prepares the ListByReservationOrderAndReservation request.

func (ReservationsDetailsClient) ListByReservationOrderAndReservationResponder

func (client ReservationsDetailsClient) ListByReservationOrderAndReservationResponder(resp *http.Response) (result ReservationDetailsListResult, err error)

ListByReservationOrderAndReservationResponder handles the response to the ListByReservationOrderAndReservation request. The method always closes the http.Response Body.

func (ReservationsDetailsClient) ListByReservationOrderAndReservationSender

func (client ReservationsDetailsClient) ListByReservationOrderAndReservationSender(req *http.Request) (*http.Response, error)

ListByReservationOrderAndReservationSender sends the ListByReservationOrderAndReservation request. The method will close the http.Response Body if it receives an error.

func (ReservationsDetailsClient) ListByReservationOrderComplete

func (client ReservationsDetailsClient) ListByReservationOrderComplete(ctx context.Context, reservationOrderID string, filter string) (result ReservationDetailsListResultIterator, err error)

ListByReservationOrderComplete enumerates all values, automatically crossing page boundaries as required.

func (ReservationsDetailsClient) ListByReservationOrderPreparer

func (client ReservationsDetailsClient) ListByReservationOrderPreparer(ctx context.Context, reservationOrderID string, filter string) (*http.Request, error)

ListByReservationOrderPreparer prepares the ListByReservationOrder request.

func (ReservationsDetailsClient) ListByReservationOrderResponder

func (client ReservationsDetailsClient) ListByReservationOrderResponder(resp *http.Response) (result ReservationDetailsListResult, err error)

ListByReservationOrderResponder handles the response to the ListByReservationOrder request. The method always closes the http.Response Body.

func (ReservationsDetailsClient) ListByReservationOrderSender

func (client ReservationsDetailsClient) ListByReservationOrderSender(req *http.Request) (*http.Response, error)

ListByReservationOrderSender sends the ListByReservationOrder request. The method will close the http.Response Body if it receives an error.

type ReservationsSummariesClient

ReservationsSummariesClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type ReservationsSummariesClient struct {
    BaseClient
}

func NewReservationsSummariesClient

func NewReservationsSummariesClient(subscriptionID string) ReservationsSummariesClient

NewReservationsSummariesClient creates an instance of the ReservationsSummariesClient client.

func NewReservationsSummariesClientWithBaseURI

func NewReservationsSummariesClientWithBaseURI(baseURI string, subscriptionID string) ReservationsSummariesClient

NewReservationsSummariesClientWithBaseURI creates an instance of the ReservationsSummariesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (ReservationsSummariesClient) ListByReservationOrder

func (client ReservationsSummariesClient) ListByReservationOrder(ctx context.Context, reservationOrderID string, grain Datagrain, filter string) (result ReservationSummariesListResultPage, err error)

ListByReservationOrder lists the reservations summaries for daily or monthly grain. Parameters: reservationOrderID - order Id of the reservation grain - can be daily or monthly filter - required only for daily grain. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

func (ReservationsSummariesClient) ListByReservationOrderAndReservation

func (client ReservationsSummariesClient) ListByReservationOrderAndReservation(ctx context.Context, reservationOrderID string, reservationID string, grain Datagrain, filter string) (result ReservationSummariesListResultPage, err error)

ListByReservationOrderAndReservation lists the reservations summaries for daily or monthly grain. Parameters: reservationOrderID - order Id of the reservation reservationID - id of the reservation grain - can be daily or monthly filter - required only for daily grain. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

func (ReservationsSummariesClient) ListByReservationOrderAndReservationComplete

func (client ReservationsSummariesClient) ListByReservationOrderAndReservationComplete(ctx context.Context, reservationOrderID string, reservationID string, grain Datagrain, filter string) (result ReservationSummariesListResultIterator, err error)

ListByReservationOrderAndReservationComplete enumerates all values, automatically crossing page boundaries as required.

func (ReservationsSummariesClient) ListByReservationOrderAndReservationPreparer

func (client ReservationsSummariesClient) ListByReservationOrderAndReservationPreparer(ctx context.Context, reservationOrderID string, reservationID string, grain Datagrain, filter string) (*http.Request, error)

ListByReservationOrderAndReservationPreparer prepares the ListByReservationOrderAndReservation request.

func (ReservationsSummariesClient) ListByReservationOrderAndReservationResponder

func (client ReservationsSummariesClient) ListByReservationOrderAndReservationResponder(resp *http.Response) (result ReservationSummariesListResult, err error)

ListByReservationOrderAndReservationResponder handles the response to the ListByReservationOrderAndReservation request. The method always closes the http.Response Body.

func (ReservationsSummariesClient) ListByReservationOrderAndReservationSender

func (client ReservationsSummariesClient) ListByReservationOrderAndReservationSender(req *http.Request) (*http.Response, error)

ListByReservationOrderAndReservationSender sends the ListByReservationOrderAndReservation request. The method will close the http.Response Body if it receives an error.

func (ReservationsSummariesClient) ListByReservationOrderComplete

func (client ReservationsSummariesClient) ListByReservationOrderComplete(ctx context.Context, reservationOrderID string, grain Datagrain, filter string) (result ReservationSummariesListResultIterator, err error)

ListByReservationOrderComplete enumerates all values, automatically crossing page boundaries as required.

func (ReservationsSummariesClient) ListByReservationOrderPreparer

func (client ReservationsSummariesClient) ListByReservationOrderPreparer(ctx context.Context, reservationOrderID string, grain Datagrain, filter string) (*http.Request, error)

ListByReservationOrderPreparer prepares the ListByReservationOrder request.

func (ReservationsSummariesClient) ListByReservationOrderResponder

func (client ReservationsSummariesClient) ListByReservationOrderResponder(resp *http.Response) (result ReservationSummariesListResult, err error)

ListByReservationOrderResponder handles the response to the ListByReservationOrder request. The method always closes the http.Response Body.

func (ReservationsSummariesClient) ListByReservationOrderSender

func (client ReservationsSummariesClient) ListByReservationOrderSender(req *http.Request) (*http.Response, error)

ListByReservationOrderSender sends the ListByReservationOrder request. The method will close the http.Response Body if it receives an error.

type Resource

Resource the Resource model definition.

type Resource struct {
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // Tags - READ-ONLY; Resource tags.
    Tags map[string]*string `json:"tags"`
}

func (Resource) MarshalJSON

func (r Resource) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Resource.

type ResourceAttributes

ResourceAttributes the Resource model definition.

type ResourceAttributes struct {
    // Location - READ-ONLY; Resource location
    Location *string `json:"location,omitempty"`
    // Sku - READ-ONLY; Resource sku
    Sku *string `json:"sku,omitempty"`
}

func (ResourceAttributes) MarshalJSON

func (ra ResourceAttributes) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for ResourceAttributes.

type Tag

Tag the tag resource.

type Tag struct {
    // Key - Tag key.
    Key *string `json:"key,omitempty"`
}

type TagProperties

TagProperties the properties of the tag.

type TagProperties struct {
    // Tags - A list of Tag.
    Tags *[]Tag `json:"tags,omitempty"`
}

type Tags

Tags a resource listing all tags.

type Tags struct {
    autorest.Response `json:"-"`
    *TagProperties    `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // ETag - eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
    ETag *string `json:"eTag,omitempty"`
}

func (Tags) MarshalJSON

func (t Tags) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for Tags.

func (*Tags) UnmarshalJSON

func (t *Tags) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for Tags struct.

type TagsClient

TagsClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type TagsClient struct {
    BaseClient
}

func NewTagsClient

func NewTagsClient(subscriptionID string) TagsClient

NewTagsClient creates an instance of the TagsClient client.

func NewTagsClientWithBaseURI

func NewTagsClientWithBaseURI(baseURI string, subscriptionID string) TagsClient

NewTagsClientWithBaseURI creates an instance of the TagsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (TagsClient) Get

func (client TagsClient) Get(ctx context.Context, billingAccountID string) (result Tags, err error)

Get get all available tag keys for a billing account. Parameters: billingAccountID - billingAccount ID

func (TagsClient) GetPreparer

func (client TagsClient) GetPreparer(ctx context.Context, billingAccountID string) (*http.Request, error)

GetPreparer prepares the Get request.

func (TagsClient) GetResponder

func (client TagsClient) GetResponder(resp *http.Response) (result Tags, err error)

GetResponder handles the response to the Get request. The method always closes the http.Response Body.

func (TagsClient) GetSender

func (client TagsClient) GetSender(req *http.Request) (*http.Response, error)

GetSender sends the Get request. The method will close the http.Response Body if it receives an error.

type TimeGrainType

TimeGrainType enumerates the values for time grain type.

type TimeGrainType string
const (
    // Annually ...
    Annually TimeGrainType = "Annually"
    // Monthly ...
    Monthly TimeGrainType = "Monthly"
    // Quarterly ...
    Quarterly TimeGrainType = "Quarterly"
)

func PossibleTimeGrainTypeValues

func PossibleTimeGrainTypeValues() []TimeGrainType

PossibleTimeGrainTypeValues returns an array of possible values for the TimeGrainType const type.

type UsageDetail

UsageDetail an usage detail resource.

type UsageDetail struct {
    *UsageDetailProperties `json:"properties,omitempty"`
    // ID - READ-ONLY; Resource Id.
    ID *string `json:"id,omitempty"`
    // Name - READ-ONLY; Resource name.
    Name *string `json:"name,omitempty"`
    // Type - READ-ONLY; Resource type.
    Type *string `json:"type,omitempty"`
    // Tags - READ-ONLY; Resource tags.
    Tags map[string]*string `json:"tags"`
}

func (UsageDetail) MarshalJSON

func (ud UsageDetail) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for UsageDetail.

func (*UsageDetail) UnmarshalJSON

func (ud *UsageDetail) UnmarshalJSON(body []byte) error

UnmarshalJSON is the custom unmarshaler for UsageDetail struct.

type UsageDetailProperties

UsageDetailProperties the properties of the usage detail.

type UsageDetailProperties struct {
    // BillingPeriodID - READ-ONLY; The id of the billing period resource that the usage belongs to.
    BillingPeriodID *string `json:"billingPeriodId,omitempty"`
    // InvoiceID - READ-ONLY; The id of the invoice resource that the usage belongs to.
    InvoiceID *string `json:"invoiceId,omitempty"`
    // UsageStart - READ-ONLY; The start of the date time range covered by the usage detail.
    UsageStart *date.Time `json:"usageStart,omitempty"`
    // UsageEnd - READ-ONLY; The end of the date time range covered by the usage detail.
    UsageEnd *date.Time `json:"usageEnd,omitempty"`
    // InstanceName - READ-ONLY; The name of the resource instance that the usage is about.
    InstanceName *string `json:"instanceName,omitempty"`
    // InstanceID - READ-ONLY; The uri of the resource instance that the usage is about.
    InstanceID *string `json:"instanceId,omitempty"`
    // InstanceLocation - READ-ONLY; The location of the resource instance that the usage is about.
    InstanceLocation *string `json:"instanceLocation,omitempty"`
    // Currency - READ-ONLY; The ISO currency in which the meter is charged, for example, USD.
    Currency *string `json:"currency,omitempty"`
    // UsageQuantity - READ-ONLY; The quantity of usage.
    UsageQuantity *decimal.Decimal `json:"usageQuantity,omitempty"`
    // BillableQuantity - READ-ONLY; The billable usage quantity.
    BillableQuantity *decimal.Decimal `json:"billableQuantity,omitempty"`
    // PretaxCost - READ-ONLY; The amount of cost before tax.
    PretaxCost *decimal.Decimal `json:"pretaxCost,omitempty"`
    // IsEstimated - READ-ONLY; The estimated usage is subject to change.
    IsEstimated *bool `json:"isEstimated,omitempty"`
    // MeterID - READ-ONLY; The meter id (GUID).
    MeterID *uuid.UUID `json:"meterId,omitempty"`
    // MeterDetails - READ-ONLY; The details about the meter. By default this is not populated, unless it's specified in $expand.
    MeterDetails *MeterDetails `json:"meterDetails,omitempty"`
    // SubscriptionGUID - READ-ONLY; Subscription guid.
    SubscriptionGUID *uuid.UUID `json:"subscriptionGuid,omitempty"`
    // SubscriptionName - READ-ONLY; Subscription name.
    SubscriptionName *string `json:"subscriptionName,omitempty"`
    // AccountName - READ-ONLY; Account name.
    AccountName *string `json:"accountName,omitempty"`
    // DepartmentName - READ-ONLY; Department name.
    DepartmentName *string `json:"departmentName,omitempty"`
    // Product - READ-ONLY; Product name.
    Product *string `json:"product,omitempty"`
    // ConsumedService - READ-ONLY; Consumed service name.
    ConsumedService *string `json:"consumedService,omitempty"`
    // CostCenter - READ-ONLY; The cost center of this department if it is a department and a costcenter exists
    CostCenter *string `json:"costCenter,omitempty"`
    // AdditionalProperties - READ-ONLY; Additional details of this usage item. By default this is not populated, unless it's specified in $expand.
    AdditionalProperties *string `json:"additionalProperties,omitempty"`
}

func (UsageDetailProperties) MarshalJSON

func (UDP UsageDetailProperties) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for UsageDetailProperties.

type UsageDetailsByBillingAccountClient

UsageDetailsByBillingAccountClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type UsageDetailsByBillingAccountClient struct {
    BaseClient
}

func NewUsageDetailsByBillingAccountClient

func NewUsageDetailsByBillingAccountClient(subscriptionID string) UsageDetailsByBillingAccountClient

NewUsageDetailsByBillingAccountClient creates an instance of the UsageDetailsByBillingAccountClient client.

func NewUsageDetailsByBillingAccountClientWithBaseURI

func NewUsageDetailsByBillingAccountClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsByBillingAccountClient

NewUsageDetailsByBillingAccountClientWithBaseURI creates an instance of the UsageDetailsByBillingAccountClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (UsageDetailsByBillingAccountClient) List

func (client UsageDetailsByBillingAccountClient) List(ctx context.Context, billingAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultPage, err error)

List lists the usage details by billingAccountId for a scope by current billing period. Usage details are available via this API only for May 1, 2014 or later. Parameters: billingAccountID - billingAccount ID expand - may be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. filter - may be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName, properties/instanceId or tags. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the most recent N usageDetails. apply - oData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart)

func (UsageDetailsByBillingAccountClient) ListByBillingPeriod

func (client UsageDetailsByBillingAccountClient) ListByBillingPeriod(ctx context.Context, billingAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultPage, err error)

ListByBillingPeriod lists the usage details based on billingAccountId for a scope by billing period. Usage details are available via this API only for May 1, 2014 or later. Parameters: billingAccountID - billingAccount ID billingPeriodName - billing Period Name. expand - may be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. filter - may be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). apply - oData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart) for specified billing period skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the most recent N usageDetails.

func (UsageDetailsByBillingAccountClient) ListByBillingPeriodComplete

func (client UsageDetailsByBillingAccountClient) ListByBillingPeriodComplete(ctx context.Context, billingAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultIterator, err error)

ListByBillingPeriodComplete enumerates all values, automatically crossing page boundaries as required.

func (UsageDetailsByBillingAccountClient) ListByBillingPeriodPreparer

func (client UsageDetailsByBillingAccountClient) ListByBillingPeriodPreparer(ctx context.Context, billingAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (*http.Request, error)

ListByBillingPeriodPreparer prepares the ListByBillingPeriod request.

func (UsageDetailsByBillingAccountClient) ListByBillingPeriodResponder

func (client UsageDetailsByBillingAccountClient) ListByBillingPeriodResponder(resp *http.Response) (result UsageDetailsListResult, err error)

ListByBillingPeriodResponder handles the response to the ListByBillingPeriod request. The method always closes the http.Response Body.

func (UsageDetailsByBillingAccountClient) ListByBillingPeriodSender

func (client UsageDetailsByBillingAccountClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)

ListByBillingPeriodSender sends the ListByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (UsageDetailsByBillingAccountClient) ListComplete

func (client UsageDetailsByBillingAccountClient) ListComplete(ctx context.Context, billingAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (UsageDetailsByBillingAccountClient) ListPreparer

func (client UsageDetailsByBillingAccountClient) ListPreparer(ctx context.Context, billingAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (*http.Request, error)

ListPreparer prepares the List request.

func (UsageDetailsByBillingAccountClient) ListResponder

func (client UsageDetailsByBillingAccountClient) ListResponder(resp *http.Response) (result UsageDetailsListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (UsageDetailsByBillingAccountClient) ListSender

func (client UsageDetailsByBillingAccountClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type UsageDetailsByDepartmentClient

UsageDetailsByDepartmentClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type UsageDetailsByDepartmentClient struct {
    BaseClient
}

func NewUsageDetailsByDepartmentClient

func NewUsageDetailsByDepartmentClient(subscriptionID string) UsageDetailsByDepartmentClient

NewUsageDetailsByDepartmentClient creates an instance of the UsageDetailsByDepartmentClient client.

func NewUsageDetailsByDepartmentClientWithBaseURI

func NewUsageDetailsByDepartmentClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsByDepartmentClient

NewUsageDetailsByDepartmentClientWithBaseURI creates an instance of the UsageDetailsByDepartmentClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (UsageDetailsByDepartmentClient) List

func (client UsageDetailsByDepartmentClient) List(ctx context.Context, departmentID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultPage, err error)

List lists the usage details by departmentId for a scope by current billing period. Usage details are available via this API only for May 1, 2014 or later. Parameters: departmentID - department ID expand - may be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. filter - may be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName, properties/instanceId or tags. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the most recent N usageDetails. apply - oData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart)

func (UsageDetailsByDepartmentClient) ListByBillingPeriod

func (client UsageDetailsByDepartmentClient) ListByBillingPeriod(ctx context.Context, departmentID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultPage, err error)

ListByBillingPeriod lists the usage details based on departmentId for a scope by billing period. Usage details are available via this API only for May 1, 2014 or later. Parameters: departmentID - department ID billingPeriodName - billing Period Name. expand - may be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. filter - may be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). apply - oData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart) for specified billing period skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the most recent N usageDetails.

func (UsageDetailsByDepartmentClient) ListByBillingPeriodComplete

func (client UsageDetailsByDepartmentClient) ListByBillingPeriodComplete(ctx context.Context, departmentID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultIterator, err error)

ListByBillingPeriodComplete enumerates all values, automatically crossing page boundaries as required.

func (UsageDetailsByDepartmentClient) ListByBillingPeriodPreparer

func (client UsageDetailsByDepartmentClient) ListByBillingPeriodPreparer(ctx context.Context, departmentID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (*http.Request, error)

ListByBillingPeriodPreparer prepares the ListByBillingPeriod request.

func (UsageDetailsByDepartmentClient) ListByBillingPeriodResponder

func (client UsageDetailsByDepartmentClient) ListByBillingPeriodResponder(resp *http.Response) (result UsageDetailsListResult, err error)

ListByBillingPeriodResponder handles the response to the ListByBillingPeriod request. The method always closes the http.Response Body.

func (UsageDetailsByDepartmentClient) ListByBillingPeriodSender

func (client UsageDetailsByDepartmentClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)

ListByBillingPeriodSender sends the ListByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (UsageDetailsByDepartmentClient) ListComplete

func (client UsageDetailsByDepartmentClient) ListComplete(ctx context.Context, departmentID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (UsageDetailsByDepartmentClient) ListPreparer

func (client UsageDetailsByDepartmentClient) ListPreparer(ctx context.Context, departmentID string, expand string, filter string, skiptoken string, top *int32, apply string) (*http.Request, error)

ListPreparer prepares the List request.

func (UsageDetailsByDepartmentClient) ListResponder

func (client UsageDetailsByDepartmentClient) ListResponder(resp *http.Response) (result UsageDetailsListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (UsageDetailsByDepartmentClient) ListSender

func (client UsageDetailsByDepartmentClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type UsageDetailsByEnrollmentAccountClient

UsageDetailsByEnrollmentAccountClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type UsageDetailsByEnrollmentAccountClient struct {
    BaseClient
}

func NewUsageDetailsByEnrollmentAccountClient

func NewUsageDetailsByEnrollmentAccountClient(subscriptionID string) UsageDetailsByEnrollmentAccountClient

NewUsageDetailsByEnrollmentAccountClient creates an instance of the UsageDetailsByEnrollmentAccountClient client.

func NewUsageDetailsByEnrollmentAccountClientWithBaseURI

func NewUsageDetailsByEnrollmentAccountClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsByEnrollmentAccountClient

NewUsageDetailsByEnrollmentAccountClientWithBaseURI creates an instance of the UsageDetailsByEnrollmentAccountClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (UsageDetailsByEnrollmentAccountClient) List

func (client UsageDetailsByEnrollmentAccountClient) List(ctx context.Context, enrollmentAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultPage, err error)

List lists the usage details by enrollmentAccountId for a scope by current billing period. Usage details are available via this API only for May 1, 2014 or later. Parameters: enrollmentAccountID - enrollmentAccount ID expand - may be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. filter - may be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName, properties/instanceId or tags. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the most recent N usageDetails. apply - oData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart)

func (UsageDetailsByEnrollmentAccountClient) ListByBillingPeriod

func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriod(ctx context.Context, enrollmentAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultPage, err error)

ListByBillingPeriod lists the usage details based on enrollmentAccountId for a scope by billing period. Usage details are available via this API only for May 1, 2014 or later. Parameters: enrollmentAccountID - enrollmentAccount ID billingPeriodName - billing Period Name. expand - may be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. filter - may be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). apply - oData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart) for specified billing period skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the most recent N usageDetails.

func (UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodComplete

func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodComplete(ctx context.Context, enrollmentAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultIterator, err error)

ListByBillingPeriodComplete enumerates all values, automatically crossing page boundaries as required.

func (UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodPreparer

func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodPreparer(ctx context.Context, enrollmentAccountID string, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (*http.Request, error)

ListByBillingPeriodPreparer prepares the ListByBillingPeriod request.

func (UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodResponder

func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodResponder(resp *http.Response) (result UsageDetailsListResult, err error)

ListByBillingPeriodResponder handles the response to the ListByBillingPeriod request. The method always closes the http.Response Body.

func (UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodSender

func (client UsageDetailsByEnrollmentAccountClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)

ListByBillingPeriodSender sends the ListByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (UsageDetailsByEnrollmentAccountClient) ListComplete

func (client UsageDetailsByEnrollmentAccountClient) ListComplete(ctx context.Context, enrollmentAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (UsageDetailsByEnrollmentAccountClient) ListPreparer

func (client UsageDetailsByEnrollmentAccountClient) ListPreparer(ctx context.Context, enrollmentAccountID string, expand string, filter string, skiptoken string, top *int32, apply string) (*http.Request, error)

ListPreparer prepares the List request.

func (UsageDetailsByEnrollmentAccountClient) ListResponder

func (client UsageDetailsByEnrollmentAccountClient) ListResponder(resp *http.Response) (result UsageDetailsListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (UsageDetailsByEnrollmentAccountClient) ListSender

func (client UsageDetailsByEnrollmentAccountClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type UsageDetailsClient

UsageDetailsClient is the consumption management client provides access to consumption resources for Azure Enterprise Subscriptions.

type UsageDetailsClient struct {
    BaseClient
}

func NewUsageDetailsClient

func NewUsageDetailsClient(subscriptionID string) UsageDetailsClient

NewUsageDetailsClient creates an instance of the UsageDetailsClient client.

func NewUsageDetailsClientWithBaseURI

func NewUsageDetailsClientWithBaseURI(baseURI string, subscriptionID string) UsageDetailsClient

NewUsageDetailsClientWithBaseURI creates an instance of the UsageDetailsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (UsageDetailsClient) List

func (client UsageDetailsClient) List(ctx context.Context, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultPage, err error)

List lists the usage details for a scope by current billing period. Usage details are available via this API only for May 1, 2014 or later. Parameters: expand - may be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. filter - may be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName, properties/instanceId or tags. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the most recent N usageDetails. apply - oData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart)

func (UsageDetailsClient) ListByBillingPeriod

func (client UsageDetailsClient) ListByBillingPeriod(ctx context.Context, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultPage, err error)

ListByBillingPeriod lists the usage details for a scope by billing period. Usage details are available via this API only for May 1, 2014 or later. Parameters: billingPeriodName - billing Period Name. expand - may be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. filter - may be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). apply - oData apply expression to aggregate usageDetails by tags or (tags and properties/usageStart) for specified billing period skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. top - may be used to limit the number of results to the most recent N usageDetails.

func (UsageDetailsClient) ListByBillingPeriodComplete

func (client UsageDetailsClient) ListByBillingPeriodComplete(ctx context.Context, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (result UsageDetailsListResultIterator, err error)

ListByBillingPeriodComplete enumerates all values, automatically crossing page boundaries as required.

func (UsageDetailsClient) ListByBillingPeriodPreparer

func (client UsageDetailsClient) ListByBillingPeriodPreparer(ctx context.Context, billingPeriodName string, expand string, filter string, apply string, skiptoken string, top *int32) (*http.Request, error)

ListByBillingPeriodPreparer prepares the ListByBillingPeriod request.

func (UsageDetailsClient) ListByBillingPeriodResponder

func (client UsageDetailsClient) ListByBillingPeriodResponder(resp *http.Response) (result UsageDetailsListResult, err error)

ListByBillingPeriodResponder handles the response to the ListByBillingPeriod request. The method always closes the http.Response Body.

func (UsageDetailsClient) ListByBillingPeriodSender

func (client UsageDetailsClient) ListByBillingPeriodSender(req *http.Request) (*http.Response, error)

ListByBillingPeriodSender sends the ListByBillingPeriod request. The method will close the http.Response Body if it receives an error.

func (UsageDetailsClient) ListComplete

func (client UsageDetailsClient) ListComplete(ctx context.Context, expand string, filter string, skiptoken string, top *int32, apply string) (result UsageDetailsListResultIterator, err error)

ListComplete enumerates all values, automatically crossing page boundaries as required.

func (UsageDetailsClient) ListPreparer

func (client UsageDetailsClient) ListPreparer(ctx context.Context, expand string, filter string, skiptoken string, top *int32, apply string) (*http.Request, error)

ListPreparer prepares the List request.

func (UsageDetailsClient) ListResponder

func (client UsageDetailsClient) ListResponder(resp *http.Response) (result UsageDetailsListResult, err error)

ListResponder handles the response to the List request. The method always closes the http.Response Body.

func (UsageDetailsClient) ListSender

func (client UsageDetailsClient) ListSender(req *http.Request) (*http.Response, error)

ListSender sends the List request. The method will close the http.Response Body if it receives an error.

type UsageDetailsListResult

UsageDetailsListResult result of listing usage details. It contains a list of available usage details in reverse chronological order by billing period.

type UsageDetailsListResult struct {
    autorest.Response `json:"-"`
    // Value - READ-ONLY; The list of usage details.
    Value *[]UsageDetail `json:"value,omitempty"`
    // NextLink - READ-ONLY; The link (url) to the next page of results.
    NextLink *string `json:"nextLink,omitempty"`
}

func (UsageDetailsListResult) IsEmpty

func (udlr UsageDetailsListResult) IsEmpty() bool

IsEmpty returns true if the ListResult contains no values.

func (UsageDetailsListResult) MarshalJSON

func (udlr UsageDetailsListResult) MarshalJSON() ([]byte, error)

MarshalJSON is the custom marshaler for UsageDetailsListResult.

type UsageDetailsListResultIterator

UsageDetailsListResultIterator provides access to a complete listing of UsageDetail values.

type UsageDetailsListResultIterator struct {
    // contains filtered or unexported fields
}

func NewUsageDetailsListResultIterator

func NewUsageDetailsListResultIterator(page UsageDetailsListResultPage) UsageDetailsListResultIterator

Creates a new instance of the UsageDetailsListResultIterator type.

func (*UsageDetailsListResultIterator) Next

func (iter *UsageDetailsListResultIterator) Next() error

Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*UsageDetailsListResultIterator) NextWithContext

func (iter *UsageDetailsListResultIterator) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.

func (UsageDetailsListResultIterator) NotDone

func (iter UsageDetailsListResultIterator) NotDone() bool

NotDone returns true if the enumeration should be started or is not yet complete.

func (UsageDetailsListResultIterator) Response

func (iter UsageDetailsListResultIterator) Response() UsageDetailsListResult

Response returns the raw server response from the last page request.

func (UsageDetailsListResultIterator) Value

func (iter UsageDetailsListResultIterator) Value() UsageDetail

Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.

type UsageDetailsListResultPage

UsageDetailsListResultPage contains a page of UsageDetail values.

type UsageDetailsListResultPage struct {
    // contains filtered or unexported fields
}

func NewUsageDetailsListResultPage

func NewUsageDetailsListResultPage(cur UsageDetailsListResult, getNextPage func(context.Context, UsageDetailsListResult) (UsageDetailsListResult, error)) UsageDetailsListResultPage

Creates a new instance of the UsageDetailsListResultPage type.

func (*UsageDetailsListResultPage) Next

func (page *UsageDetailsListResultPage) Next() error

Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.

func (*UsageDetailsListResultPage) NextWithContext

func (page *UsageDetailsListResultPage) NextWithContext(ctx context.Context) (err error)

NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.

func (UsageDetailsListResultPage) NotDone

func (page UsageDetailsListResultPage) NotDone() bool

NotDone returns true if the page enumeration should be started or is not yet complete.

func (UsageDetailsListResultPage) Response

func (page UsageDetailsListResultPage) Response() UsageDetailsListResult

Response returns the raw server response from the last page request.

func (UsageDetailsListResultPage) Values

func (page UsageDetailsListResultPage) Values() []UsageDetail

Values returns the slice of values for the current page or nil if there are no values.

Subdirectories

Name Synopsis
..
consumptionapi Deprecated: Please note, this package has been deprecated.