PerfMonSample 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 sample in a set.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.PerfMonSampleTypeConverter))]
public class PerfMonSample : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IPerfMonSample
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |