AzureSqlDatabaseOutputDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an Azure SQL database output data source.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSqlDatabaseOutputDataSourceTypeConverter))]
public class AzureSqlDatabaseOutputDataSource : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSqlDatabaseOutputDataSource, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSqlDatabaseOutputDataSourceTypeConverter))>]
type AzureSqlDatabaseOutputDataSource = class
interface IAzureSqlDatabaseOutputDataSource
interface IJsonSerializable
interface IOutputDataSource
interface IValidates
Public Class AzureSqlDatabaseOutputDataSource
Implements IAzureSqlDatabaseOutputDataSource, IValidates
- Inheritance
-
AzureSqlDatabaseOutputDataSource
- Attributes
- Implements
Constructors
AzureSqlDatabaseOutputDataSource() |
Creates an new AzureSqlDatabaseOutputDataSource instance. |
Properties
AuthenticationMode |
Authentication Mode. |
Database |
The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
MaxBatchCount |
Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. |
MaxWriterCount |
Max Write r count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. |
Password |
The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Server |
The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Table |
The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Type |
Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests. |
User |
The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureSqlDatabaseOutputDataSource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureSqlDatabaseOutputDataSource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSqlDatabaseOutputDataSource. |
FromJsonString(String) |
Creates a new instance of AzureSqlDatabaseOutputDataSource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureSqlDatabaseOutputDataSource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |