Class ConsumerGroupArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.EventHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConsumerGroupArgs : ResourceArgs
Constructors
View SourceConsumerGroupArgs()
Declaration
public ConsumerGroupArgs()
Properties
View SourceEventhubName
Specifies the name of the EventHub. Changing this forces a new resource to be created.
Declaration
public Input<string> EventhubName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the EventHub Consumer Group resource. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceName
Specifies the name of the grandparent EventHub Namespace. Changing this forces a new resource to be created.
Declaration
public Input<string> NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the EventHub Consumer Group's grandparent Namespace exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserMetadata
Specifies the user metadata.
Declaration
public Input<string> UserMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |