Share via


IPerfMonSample Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to