Class BillingAccountsResource
The "billingAccounts" collection of methods.
Inherited Members
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
|
Returns
Type | Description |
---|---|
BillingAccountsResource.EstimateCostScenarioRequest |