Show / Hide Table of Contents

Class OutputEventHubState

Inheritance
System.Object
InputArgs
ResourceArgs
OutputEventHubState
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.StreamAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class OutputEventHubState : ResourceArgs

Constructors

View Source

OutputEventHubState()

Declaration
public OutputEventHubState()

Properties

View Source

EventhubName

The name of the Event Hub.

Declaration
public Input<string> EventhubName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the Stream Output. 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 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>
View Source

Serialization

A serialization block as defined below.

Declaration
public Input<OutputEventHubSerializationGetArgs> Serialization { get; set; }
Property Value
Type Description
Input<OutputEventHubSerializationGetArgs>
View Source

ServicebusNamespace

The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc.

Declaration
public Input<string> ServicebusNamespace { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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