PipelineGroupCapabilityOperator Struct
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.
The match operator for placement constraints.
public readonly struct PipelineGroupCapabilityOperator : IEquatable<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupCapabilityOperator>
type PipelineGroupCapabilityOperator = struct
Public Structure PipelineGroupCapabilityOperator
Implements IEquatable(Of PipelineGroupCapabilityOperator)
- Inheritance
-
PipelineGroupCapabilityOperator
- Implements
Constructors
| Name | Description |
|---|---|
| PipelineGroupCapabilityOperator(String) |
Initializes a new instance of PipelineGroupCapabilityOperator. |
Properties
| Name | Description |
|---|---|
| DoesNotExist |
The capability key must not exist. |
| Exists |
The capability key must exist (value is ignored). |
| In |
The capability value must be one of the specified values. |
| NotIn |
The capability value must not be one of the specified values. |
Methods
| Name | Description |
|---|---|
| Equals(PipelineGroupCapabilityOperator) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(PipelineGroupCapabilityOperator, PipelineGroupCapabilityOperator) |
Determines if two PipelineGroupCapabilityOperator values are the same. |
| Implicit(String to Nullable<PipelineGroupCapabilityOperator>) | |
| Implicit(String to PipelineGroupCapabilityOperator) |
Converts a string to a PipelineGroupCapabilityOperator. |
| Inequality(PipelineGroupCapabilityOperator, PipelineGroupCapabilityOperator) |
Determines if two PipelineGroupCapabilityOperator values are not the same. |