你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PerfMonResponse Class

Definition

Performance monitor API response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PerfMonResponseTypeConverter))]
public class PerfMonResponse : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPerfMonResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.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.Websites.Models.Api20210201.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.

ToString()

Applies to