ConsumerGroupDescription Class
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.
Represents a description of the consumer group.
[System.Runtime.Serialization.DataContract(Name="ConsumerGroupDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class ConsumerGroupDescription : Microsoft.ServiceBus.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="ConsumerGroupDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type ConsumerGroupDescription = class
inherit EntityDescription
Public NotInheritable Class ConsumerGroupDescription
Inherits EntityDescription
- Inheritance
- Attributes
Constructors
ConsumerGroupDescription(String, String) |
Initializes a new instance of the ConsumerGroupDescription class. |
Properties
CreatedAt |
Gets the exact time the message was created. |
EventHubPath |
Gets or sets the path of the event hub. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from EntityDescription) |
IsReadOnly |
Gets or sets a value that indicates whether the entity description is read-only. (Inherited from EntityDescription) |
Name |
Gets the name of the consumer group description. |
UpdatedAt |
Gets the exact time the message has been updated. |
UserMetadata |
Gets or sets the user metadata. |
Methods
ThrowIfReadOnly() |
Throws an exception if the entity description is read-only. (Inherited from EntityDescription) |
Applies to
Azure SDK for .NET