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
ConsumerGroup(String) |
Initializes a new instance of ConsumerGroup. |
Properties
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
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
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. |
Applies to
Azure SDK for .NET