Class ConsumerGroupState
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.Iot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConsumerGroupState : ResourceArgs
Constructors
View SourceConsumerGroupState()
Declaration
public ConsumerGroupState()
Properties
View SourceEventhubEndpointName
The name of the Event Hub-compatible endpoint in the IoT hub. Changing this forces a new resource to be created.
Declaration
public Input<string> EventhubEndpointName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IothubName
The name of the IoT Hub. Changing this forces a new resource to be created.
Declaration
public Input<string> IothubName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of this Consumer Group. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group that contains the IoT hub. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |