Bagikan melalui


DataSource Class

Definition

[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()

Properties

Instruction
Uri

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to