ContainerServiceFleetClusterSelectorTerm.PropertySelectorMatchExpressions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MatchExpressions is an array of PropertySelectorRequirements. The requirements are AND'd.
public System.Collections.Generic.IList<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetPropertySelectorRequirement> PropertySelectorMatchExpressions { get; }
member this.PropertySelectorMatchExpressions : System.Collections.Generic.IList<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetPropertySelectorRequirement>
Public ReadOnly Property PropertySelectorMatchExpressions As IList(Of ContainerServiceFleetPropertySelectorRequirement)