Show / Hide Table of Contents

Class BillingAccountResourceGetByBillingAccountSavingsPlanOptions

The BillingAccountResourceGetByBillingAccountSavingsPlanOptions.

Inheritance
System.Object
BillingAccountResourceGetByBillingAccountSavingsPlanOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Billing.dll
Syntax
public class BillingAccountResourceGetByBillingAccountSavingsPlanOptions

Constructors

BillingAccountResourceGetByBillingAccountSavingsPlanOptions()

Initializes a new instance of BillingAccountResourceGetByBillingAccountSavingsPlanOptions.

Declaration
public BillingAccountResourceGetByBillingAccountSavingsPlanOptions ();

Properties

Filter

The filter query option allows clients to filter a collection of resources that are addressed by a request URL.

Declaration
public string Filter { get; set; }
Property Value
System.String

OrderBy

The orderby query option allows clients to request resources in a particular order.

Declaration
public string OrderBy { get; set; }
Property Value
System.String

RefreshSummary

To indicate whether to refresh the roll up counts of the savings plans group by provisioning states.

Declaration
public string RefreshSummary { get; set; }
Property Value
System.String

SelectedState

The selected provisioning state.

Declaration
public string SelectedState { get; set; }
Property Value
System.String

Skiptoken

The number of savings plans to skip from the list before returning results.

Declaration
public Nullable<float> Skiptoken { get; set; }
Property Value
System.Nullable<System.Single>

Take

The number of savings plans to return.

Declaration
public Nullable<float> Take { get; set; }
Property Value
System.Nullable<System.Single>

Back to top Azure SDK for .NET