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
BrokerOperatorValue(String) |
Initializes a new instance of BrokerOperatorValue. |
Properties
DoesNotExist |
DoesNotExist operator. |
Exists |
Exists operator. |
In |
In operator. |
NotIn |
NotIn operator. |
Methods
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
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. |
Applies to
Azure SDK for .NET