次の方法で共有


ConnectionConsumerGroup Struct

Definition

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