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

PerfMonSample Class

Definition

Performance monitor sample in a set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PerfMonSampleTypeConverter))]
public class PerfMonSample : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPerfMonSample
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.PerfMonSampleTypeConverter))>]
type PerfMonSample = class
    interface IPerfMonSample
    interface IJsonSerializable
Public Class PerfMonSample
Implements IPerfMonSample
Inheritance
PerfMonSample
Attributes
Implements

Constructors

PerfMonSample()

Creates an new PerfMonSample instance.

Properties

InstanceName

Name of the server on which the measurement is made.

Time

Point in time for which counter was measured.

Value

Value of counter at a certain time.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PerfMonSample.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PerfMonSample.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPerfMonSample.

FromJsonString(String)

Creates a new instance of PerfMonSample, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PerfMonSample into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to