AzureSynapseOutputDataSource 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 Synapse output data source.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSynapseOutputDataSourceTypeConverter))]
public class AzureSynapseOutputDataSource : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSynapseOutputDataSource, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureSynapseOutputDataSourceTypeConverter))>]
type AzureSynapseOutputDataSource = class
interface IAzureSynapseOutputDataSource
interface IJsonSerializable
interface IOutputDataSource
interface IValidates
Public Class AzureSynapseOutputDataSource
Implements IAzureSynapseOutputDataSource, IValidates
- Inheritance
-
AzureSynapseOutputDataSource
- Attributes
- Implements
Constructors
AzureSynapseOutputDataSource() |
Creates an new AzureSynapseOutputDataSource 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. |
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 AzureSynapseOutputDataSource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureSynapseOutputDataSource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureSynapseOutputDataSource. |
FromJsonString(String) |
Creates a new instance of AzureSynapseOutputDataSource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureSynapseOutputDataSource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |