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