BrokerOperatorValue 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.
Valid operators are In, NotIn, Exists and DoesNotExist.
public readonly struct BrokerOperatorValue : IEquatable<Azure.ResourceManager.IotOperations.Models.BrokerOperatorValue>
type BrokerOperatorValue = struct
Public Structure BrokerOperatorValue
Implements IEquatable(Of BrokerOperatorValue)
- Inheritance
-
BrokerOperatorValue
- Implements
Constructors
| Name | Description |
|---|---|
| BrokerOperatorValue(String) |
Initializes a new instance of BrokerOperatorValue. |
Properties
| Name | Description |
|---|---|
| DoesNotExist |
DoesNotExist operator. |
| Exists |
Exists operator. |
| In |
In operator. |
| NotIn |
NotIn operator. |
Methods
| Name | Description |
|---|---|
| Equals(BrokerOperatorValue) |
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(BrokerOperatorValue, BrokerOperatorValue) |
Determines if two BrokerOperatorValue values are the same. |
| Implicit(String to BrokerOperatorValue) |
Converts a String to a BrokerOperatorValue. |
| Inequality(BrokerOperatorValue, BrokerOperatorValue) |
Determines if two BrokerOperatorValue values are not the same. |