Share via


Filters Constructors

Definition

Overloads

Filters()

Initializes a new instance of the Filters class.

Filters(IList<String>, IList<String>, IList<String>)

Initializes a new instance of the Filters class.

Filters()

Initializes a new instance of the Filters class.

public Filters ();
Public Sub New ()

Applies to

Filters(IList<String>, IList<String>, IList<String>)

Initializes a new instance of the Filters class.

public Filters (System.Collections.Generic.IList<string> resourceGroups = default, System.Collections.Generic.IList<string> resources = default, System.Collections.Generic.IList<string> meters = default);
new Microsoft.Azure.Management.Consumption.Models.Filters : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Consumption.Models.Filters
Public Sub New (Optional resourceGroups As IList(Of String) = Nothing, Optional resources As IList(Of String) = Nothing, Optional meters As IList(Of String) = Nothing)

Parameters

resourceGroups
IList<String>

The list of filters on resource groups, allowed at subscription level only.

resources
IList<String>

The list of filters on resources.

meters
IList<String>

The list of filters on meters, mandatory for budgets of usage category.

Applies to