Class StreamInputIotHubState
Inherited Members
Namespace: Pulumi.Azure.StreamAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class StreamInputIotHubState : ResourceArgs
Constructors
View SourceStreamInputIotHubState()
Declaration
public StreamInputIotHubState()
Properties
View SourceEndpoint
The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventhubConsumerGroupName
The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub.
Declaration
public Input<string> EventhubConsumerGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IothubNamespace
The name or the URI of the IoT Hub.
Declaration
public Input<string> IothubNamespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Stream Input IoTHub. 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 where the Stream Analytics Job exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Serialization
A serialization block as defined below.
Declaration
public Input<StreamInputIotHubSerializationGetArgs> Serialization { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<StreamInputIotHubSerializationGetArgs> |
SharedAccessPolicyKey
The shared access policy key for the specified shared access policy.
Declaration
public Input<string> SharedAccessPolicyKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SharedAccessPolicyName
The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
Declaration
public Input<string> SharedAccessPolicyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StreamAnalyticsJobName
The name of the Stream Analytics Job. Changing this forces a new resource to be created.
Declaration
public Input<string> StreamAnalyticsJobName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |