ContainerServiceFleetLabelSelectorRequirement Constructor
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.
Initializes a new instance of ContainerServiceFleetLabelSelectorRequirement.
public ContainerServiceFleetLabelSelectorRequirement(string key, Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetLabelSelectorOperator operator);
new Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetLabelSelectorRequirement : string * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetLabelSelectorOperator -> Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetLabelSelectorRequirement
Public Sub New (key As String, operator As ContainerServiceFleetLabelSelectorOperator)
Parameters
- key
- String
key is the label key that the selector applies to.
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
Exceptions
key is null.