PerfMonResponse 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.
Performance monitor API response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.PerfMonResponseTypeConverter))]
public class PerfMonResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IPerfMonResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.PerfMonResponseTypeConverter))>]
type PerfMonResponse = class
interface IPerfMonResponse
interface IJsonSerializable
Public Class PerfMonResponse
Implements IPerfMonResponse
- Inheritance
-
PerfMonResponse
- Attributes
- Implements
Constructors
PerfMonResponse() |
Creates an new PerfMonResponse instance. |
Properties
Code |
The response code. |
DataEndTime |
End time of the period. |
DataName |
Unique key name of the counter. |
DataStartTime |
Start time of the period. |
DataTimeGrain |
Presented time grain. |
DataValue |
Collection of workers that are active during this time. |
Message |
The message. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PerfMonResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PerfMonResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IPerfMonResponse. |
FromJsonString(String) |
Creates a new instance of PerfMonResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PerfMonResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |