Aracılığıyla paylaş


FilterItems Constructors

Definition

Overloads

FilterItems()

Initializes a new instance of the FilterItems class.

FilterItems(String, IList<String>)

Initializes a new instance of the FilterItems class.

FilterItems()

Initializes a new instance of the FilterItems class.

public FilterItems ();
Public Sub New ()

Applies to

FilterItems(String, IList<String>)

Initializes a new instance of the FilterItems class.

public FilterItems (string field = default, System.Collections.Generic.IList<string> values = default);
new Microsoft.Azure.Management.Network.Models.FilterItems : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.FilterItems
Public Sub New (Optional field As String = Nothing, Optional values As IList(Of String) = Nothing)

Parameters

field
String

The name of the field we would like to filter

values
IList<String>

List of values to filter the current field by

Applies to