AzureSynapseOutputDataSourceProperties 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.
The properties that are associated with an Azure Synapse output.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSynapseOutputDataSourcePropertiesTypeConverter))]
public class AzureSynapseOutputDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSynapseOutputDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSynapseOutputDataSourcePropertiesTypeConverter))>]
type AzureSynapseOutputDataSourceProperties = class
interface IAzureSynapseOutputDataSourceProperties
interface IJsonSerializable
interface IAzureSynapseDataSourceProperties
interface IValidates
Public Class AzureSynapseOutputDataSourceProperties
Implements IAzureSynapseOutputDataSourceProperties, IValidates
- Inheritance
-
AzureSynapseOutputDataSourceProperties
- Attributes
- Implements
Constructors
AzureSynapseOutputDataSourceProperties() |
Creates an new AzureSynapseOutputDataSourceProperties instance. |
Properties
Database |
The name of the Azure SQL database. Required on PUT (CreateOrReplace) 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 AzureSynapseOutputDataSourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureSynapseOutputDataSourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSynapseOutputDataSourceProperties. |
FromJsonString(String) |
Creates a new instance of AzureSynapseOutputDataSourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureSynapseOutputDataSourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |