Share via


DataSource Class

Definition

Class representing data source used by the detectors

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataSourceTypeConverter))]
public class DataSource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DataSourceTypeConverter))>]
type DataSource = class
    interface IDataSource
    interface IJsonSerializable
Public Class DataSource
Implements IDataSource
Inheritance
DataSource
Attributes
Implements

Constructors

DataSource()

Creates an new DataSource instance.

Properties

Instruction

Instructions if any for the data source

Uri

Datasource Uri Links

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataSource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataSource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to