ResponseMetaData 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaDataTypeConverter))]
public class ResponseMetaData : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResponseMetaData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResponseMetaDataTypeConverter))>]
type ResponseMetaData = class
interface IResponseMetaData
interface IJsonSerializable
Public Class ResponseMetaData
Implements IResponseMetaData
- Inheritance
-
ResponseMetaData
- Attributes
- Implements
Constructors
ResponseMetaData() |
Creates an new ResponseMetaData instance. |
Properties
DataSourceInstruction |
Instructions if any for the data source |
DataSourceUri |
Datasource Uri Links |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResponseMetaData. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResponseMetaData. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResponseMetaData. |
FromJsonString(String) |
Creates a new instance of ResponseMetaData, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResponseMetaData into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |