PerfMonResponse Class

Definition

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

Constructors

PerfMonResponse()

Properties

Code
DataEndTime
DataName
DataStartTime
DataTimeGrain
DataValue
Message

Methods

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

Applies to