ExpressionTraces 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.
The expression traces.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ExpressionTracesTypeConverter))]
public class ExpressionTraces : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IExpressionTraces
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ExpressionTracesTypeConverter))>]
type ExpressionTraces = class
interface IExpressionTraces
interface IJsonSerializable
Public Class ExpressionTraces
Implements IExpressionTraces
- Inheritance
-
ExpressionTraces
- Attributes
- Implements
Constructors
ExpressionTraces() |
Creates an new ExpressionTraces instance. |
Properties
Input | |
NextLink |
The link used to get the next page of recommendations. |
Value |
Any object |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExpressionTraces. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExpressionTraces. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IExpressionTraces. |
FromJsonString(String) |
Creates a new instance of ExpressionTraces, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExpressionTraces into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |