Partilhar via


AzureSqlDatabaseOutputDataSourceProperties Class

Definition

The properties that are associated with an Azure SQL database output.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSqlDatabaseOutputDataSourcePropertiesTypeConverter))]
public class AzureSqlDatabaseOutputDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSqlDatabaseOutputDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSqlDatabaseOutputDataSourcePropertiesTypeConverter))>]
type AzureSqlDatabaseOutputDataSourceProperties = class
    interface IAzureSqlDatabaseOutputDataSourceProperties
    interface IJsonSerializable
    interface IAzureSqlDatabaseDataSourceProperties
    interface IValidates
Public Class AzureSqlDatabaseOutputDataSourceProperties
Implements IAzureSqlDatabaseOutputDataSourceProperties, IValidates
Inheritance
AzureSqlDatabaseOutputDataSourceProperties
Attributes
Implements

Constructors

AzureSqlDatabaseOutputDataSourceProperties()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureSqlDatabaseOutputDataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureSqlDatabaseOutputDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to