Show / Hide Table of Contents

Class BillingAccountsResource

The "billingAccounts" collection of methods.

Inheritance
object
BillingAccountsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1beta
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class BillingAccountsResource

Constructors

BillingAccountsResource(IClientService)

Constructs a new resource.

Declaration
public BillingAccountsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Services

Gets the Services resource.

Declaration
public virtual BillingAccountsResource.ServicesResource Services { get; }
Property Value
Type Description
BillingAccountsResource.ServicesResource

SkuGroups

Gets the SkuGroups resource.

Declaration
public virtual BillingAccountsResource.SkuGroupsResource SkuGroups { get; }
Property Value
Type Description
BillingAccountsResource.SkuGroupsResource

Skus

Gets the Skus resource.

Declaration
public virtual BillingAccountsResource.SkusResource Skus { get; }
Property Value
Type Description
BillingAccountsResource.SkusResource

Methods

EstimateCostScenario(EstimateCostScenarioForBillingAccountRequest, string)

Use custom pricing in the estimate, using a CostScenario with a defined billingAccount.

Declaration
public virtual BillingAccountsResource.EstimateCostScenarioRequest EstimateCostScenario(EstimateCostScenarioForBillingAccountRequest body, string billingAccount)
Parameters
Type Name Description
EstimateCostScenarioForBillingAccountRequest body

The body of the request.

string billingAccount

Resource name of the billing account for the cost estimate. The resource name has the form billingAccounts/{billing_account_id}. For example, billingAccounts/012345-567890-ABCDEF is the resource name for billing account 012345-567890-ABCDEF. Must be specified.

Returns
Type Description
BillingAccountsResource.EstimateCostScenarioRequest
In this article
Back to top Generated by DocFX