Class BillingProfileResourceGetReservationsOptions
The BillingProfileResourceGetReservationsOptions.
Inheritance
System.Object
BillingProfileResourceGetReservationsOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Billing.dll
Syntax
public class BillingProfileResourceGetReservationsOptions
Constructors
BillingProfileResourceGetReservationsOptions()
Initializes a new instance of BillingProfileResourceGetReservationsOptions.
Declaration
public BillingProfileResourceGetReservationsOptions ();
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 reservations 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 reservations 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 reservations to return in API response.
Declaration
public Nullable<float> Take { get; set; }
Property Value
System.Nullable<System.Single>
|