Share via


AzureSqlDatabaseDataSourceProperties Class

Definition

The properties that are associated with an Azure SQL database data source.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSqlDatabaseDataSourcePropertiesTypeConverter))]
public class AzureSqlDatabaseDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSqlDatabaseDataSourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSqlDatabaseDataSourcePropertiesTypeConverter))>]
type AzureSqlDatabaseDataSourceProperties = class
    interface IAzureSqlDatabaseDataSourceProperties
    interface IJsonSerializable
Public Class AzureSqlDatabaseDataSourceProperties
Implements IAzureSqlDatabaseDataSourceProperties
Inheritance
AzureSqlDatabaseDataSourceProperties
Attributes
Implements

Constructors

AzureSqlDatabaseDataSourceProperties()

Creates an new AzureSqlDatabaseDataSourceProperties 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.

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 AzureSqlDatabaseDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureSqlDatabaseDataSourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSqlDatabaseDataSourceProperties.

FromJsonString(String)

Creates a new instance of AzureSqlDatabaseDataSourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureSqlDatabaseDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to