DataSource Class
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.
Class representing data source used by the detectors
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DataSourceTypeConverter))]
public class DataSource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDataSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DataSourceTypeConverter))>]
type DataSource = class
interface IDataSource
interface IJsonSerializable
Public Class DataSource
Implements IDataSource
- Inheritance
-
DataSource
- Attributes
- Implements
Data |
Creates an new DataSource instance. |
Instruction |
Instructions if any for the data source |
Uri |
Datasource Uri Links |
Deserialize |
Deserializes a IDictionary into an instance of DataSource. |
Deserialize |
Deserializes a PSObject into an instance of DataSource. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDataSource. |
From |
Creates a new instance of DataSource, deserializing the content from a json string. |
To |
Serializes this instance of DataSource into a JsonNode. |
To |
Serializes this instance to a json string. |