Show / Hide Table of Contents

Class ConsumerGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
ConsumerGroupState
Inherited Members
ResourceArgs.Empty
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 Source

ConsumerGroupState()

Declaration
public ConsumerGroupState()

Properties

View Source

EventhubEndpointName

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.