Show / Hide Table of Contents

Class OutputMssqlState

Inheritance
System.Object
InputArgs
ResourceArgs
OutputMssqlState
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 OutputMssqlState : ResourceArgs

Constructors

View Source

OutputMssqlState()

Declaration
public OutputMssqlState()

Properties

View Source

Database

Declaration
public Input<string> Database { 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

Password

Password used together with username, to login to the Microsoft SQL Server. Changing this forces a new resource to be created.

Declaration
public Input<string> Password { 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

Server

The SQL server url. Changing this forces a new resource to be created.

Declaration
public Input<string> Server { 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

Table

Table in the database that the output points to. Changing this forces a new resource to be created.

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

User

Username used to login to the Microsoft SQL Server. Changing this forces a new resource to be created.

Declaration
public Input<string> User { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.