Class OutputMssqlState
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.StreamAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class OutputMssqlState : ResourceArgs
Constructors
View SourceOutputMssqlState()
Declaration
public OutputMssqlState()
Properties
View SourceDatabase
Declaration
public Input<string> Database { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |