ConnectionConsumerGroup 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.
Consumer group enum.
public readonly struct ConnectionConsumerGroup : IEquatable<Azure.ResourceManager.OracleDatabase.Models.ConnectionConsumerGroup>
type ConnectionConsumerGroup = struct
Public Structure ConnectionConsumerGroup
Implements IEquatable(Of ConnectionConsumerGroup)
- Inheritance
-
ConnectionConsumerGroup
- Implements
Constructors
ConnectionConsumerGroup(String) |
Initializes a new instance of ConnectionConsumerGroup. |
Properties
High |
High group. |
Low |
Low group. |
Medium |
Medium group. |
Tp |
TP group. |
Tpurgent |
TPurgent group. |
Methods
Equals(ConnectionConsumerGroup) |
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(ConnectionConsumerGroup, ConnectionConsumerGroup) |
Determines if two ConnectionConsumerGroup values are the same. |
Implicit(String to ConnectionConsumerGroup) |
Converts a string to a ConnectionConsumerGroup. |
Inequality(ConnectionConsumerGroup, ConnectionConsumerGroup) |
Determines if two ConnectionConsumerGroup values are not the same. |
Applies to
Azure SDK for .NET