Versions in this module Expand all Collapse all v30 v30.1.0 Jun 10, 2019 v30.0.0 May 28, 2019 Changes in this version + type AccountsClientAPI interface + Get func(ctx context.Context, billingAccountName string, expand string) (result billing.Account, err error) + List func(ctx context.Context, expand string) (result billing.AccountListResult, err error) + type AccountsValidateAddressClientAPI interface + Post func(ctx context.Context, billingAccountName string, address billing.Address) (result billing.ValidateAddressResponse, err error) + type AgreementsClientAPI interface + Get func(ctx context.Context, billingAccountName string, agreementName string, ...) (result billing.Agreement, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string, expand string) (result billing.AgreementListResult, err error) + type AvailableBalancesClientAPI interface + GetByBillingProfile func(ctx context.Context, billingAccountName string, billingProfileName string) (result billing.AvailableBalance, err error) + type DepartmentsClientAPI interface + Get func(ctx context.Context, billingAccountName string, departmentName string, ...) (result billing.Department, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string, expand string, filter string) (result billing.DepartmentListResult, err error) + type EnrollmentAccountsClientAPI interface + GetByEnrollmentAccountID func(ctx context.Context, billingAccountName string, enrollmentAccountName string, ...) (result billing.EnrollmentAccount, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string, expand string, filter string) (result billing.EnrollmentAccountListResult, err error) + type InvoiceSectionsClientAPI interface + Create func(ctx context.Context, billingAccountName string, ...) (result billing.InvoiceSectionsCreateFuture, err error) + ElevateToBillingProfile func(ctx context.Context, billingAccountName string, invoiceSectionName string) (result autorest.Response, err error) + Get func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.InvoiceSection, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string, expand string) (result billing.InvoiceSectionListResult, err error) + ListByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string) (result billing.InvoiceSectionListResult, err error) + ListByCreateSubscriptionPermission func(ctx context.Context, billingAccountName string, expand string) (result billing.InvoiceSectionListResult, err error) + Update func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.InvoiceSectionsUpdateFuture, err error) + type InvoicesClientAPI interface + Get func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.InvoiceSummary, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string, periodStartDate string, ...) (result billing.InvoiceListResult, err error) + ListByBillingProfile func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.InvoiceListResult, err error) + type OperationsClientAPI interface + List func(ctx context.Context) (result billing.OperationListResultPage, err error) + type PaymentMethodsClientAPI interface + ListByBillingAccountName func(ctx context.Context, billingAccountName string) (result billing.PaymentMethodsListResultPage, err error) + ListByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string) (result billing.PaymentMethodsListResultPage, err error) + type PermissionsClientAPI interface + ListByBillingAccount func(ctx context.Context, billingAccountName string) (result billing.PermissionsListResult, err error) + ListByBillingProfile func(ctx context.Context, billingAccountName string, billingProfileName string) (result billing.PermissionsListResult, err error) + ListByInvoiceSections func(ctx context.Context, billingAccountName string, invoiceSectionName string) (result billing.PermissionsListResult, err error) + type PoliciesClientAPI interface + GetByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string) (result billing.Policy, err error) + Update func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.Policy, err error) + type PriceSheetClientAPI interface + Download func(ctx context.Context, billingAccountName string, invoiceName string) (result billing.PriceSheetDownloadFuture, err error) + type ProductsClientAPI interface + Get func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.ProductSummary, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string, filter string) (result billing.ProductsListResultPage, err error) + ListByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.ProductsListResult, err error) + Transfer func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.ProductSummary, err error) + UpdateAutoRenewByBillingAccountName func(ctx context.Context, billingAccountName string, productName string, ...) (result billing.UpdateAutoRenewOperationSummary, err error) + UpdateAutoRenewByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.UpdateAutoRenewOperationSummary, err error) + type ProfilesClientAPI interface + Get func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.Profile, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string, expand string) (result billing.ProfileListResult, err error) + Update func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.ProfilesUpdateFuture, err error) + type PropertyClientAPI interface + Get func(ctx context.Context) (result billing.Property, err error) + type RecipientTransfersClientAPI interface + Accept func(ctx context.Context, transferName string, body billing.AcceptTransferRequest) (result billing.RecipientTransferDetails, err error) + Decline func(ctx context.Context, transferName string) (result billing.RecipientTransferDetails, err error) + Get func(ctx context.Context, transferName string) (result billing.RecipientTransferDetails, err error) + List func(ctx context.Context) (result billing.RecipientTransferDetailsListResultPage, err error) + type RoleAssignmentsClientAPI interface + AddByBillingAccountName func(ctx context.Context, billingAccountName string, ...) (result billing.RoleAssignmentListResult, err error) + AddByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.RoleAssignmentListResult, err error) + AddByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.RoleAssignmentListResult, err error) + DeleteByBillingAccountName func(ctx context.Context, billingAccountName string, ...) (result billing.RoleAssignment, err error) + DeleteByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.RoleAssignment, err error) + DeleteByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.RoleAssignment, err error) + GetByBillingAccount func(ctx context.Context, billingAccountName string, ...) (result billing.RoleAssignment, err error) + GetByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.RoleAssignment, err error) + GetByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.RoleAssignment, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string) (result billing.RoleAssignmentListResult, err error) + ListByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string) (result billing.RoleAssignmentListResult, err error) + ListByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string) (result billing.RoleAssignmentListResult, err error) + type RoleDefinitionsClientAPI interface + GetByBillingAccountName func(ctx context.Context, billingAccountName string, ...) (result billing.RoleDefinition, err error) + GetByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.RoleDefinition, err error) + GetByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.RoleDefinition, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string) (result billing.RoleDefinitionListResult, err error) + ListByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string) (result billing.RoleDefinitionListResult, err error) + ListByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string) (result billing.RoleDefinitionListResult, err error) + type SubscriptionsClientAPI interface + Get func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.SubscriptionSummary, err error) + ListByBillingAccountName func(ctx context.Context, billingAccountName string) (result billing.SubscriptionsListResultPage, err error) + ListByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string) (result billing.SubscriptionsListResult, err error) + ListByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string) (result billing.SubscriptionsListResult, err error) + Transfer func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.SubscriptionsTransferFuture, err error) + type TransactionsClientAPI interface + ListByBillingAccountName func(ctx context.Context, billingAccountName string, startDate string, ...) (result billing.TransactionsListResultPage, err error) + ListByBillingProfileName func(ctx context.Context, billingAccountName string, billingProfileName string, ...) (result billing.TransactionsListResult, err error) + ListByInvoiceSectionName func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.TransactionsListResult, err error) + type TransfersClientAPI interface + Cancel func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.TransferDetails, err error) + Get func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.TransferDetails, err error) + Initiate func(ctx context.Context, billingAccountName string, invoiceSectionName string, ...) (result billing.TransferDetails, err error) + List func(ctx context.Context, billingAccountName string, invoiceSectionName string) (result billing.TransferDetailsListResultPage, err error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49