Share via


ContainerInfo Class

Definition

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

Constructors

ContainerInfo()

Creates an new ContainerInfo instance.

Properties

CurrentCpuStatOnlineCpuCount
CurrentCpuStatsCpuUsageKernelModeUsage
CurrentCpuStatsCpuUsagePerCpuUsage
CurrentCpuStatsCpuUsageTotalUsage
CurrentCpuStatsCpuUsageUserModeUsage
CurrentCpuStatsThrottlingDataPeriod
CurrentCpuStatsThrottlingDataThrottledPeriod
CurrentCpuStatsThrottlingDataThrottledTime
CurrentCpuStatSystemCpuUsage
CurrentTimeStamp
Eth0RxByte
Eth0RxDropped
Eth0RxError
Eth0RxPacket
Eth0TxByte
Eth0TxDropped
Eth0TxError
Eth0TxPacket
Id
MemoryStatLimit
MemoryStatMaxUsage
MemoryStatUsage
Name
PreviouCpuStatOnlineCpuCount
PreviouCpuStatSystemCpuUsage
PreviousCpuStatsCpuUsageKernelModeUsage
PreviousCpuStatsCpuUsagePerCpuUsage
PreviousCpuStatsCpuUsageTotalUsage
PreviousCpuStatsCpuUsageUserModeUsage
PreviousCpuStatsThrottlingDataPeriod
PreviousCpuStatsThrottlingDataThrottledPeriod
PreviousCpuStatsThrottlingDataThrottledTime
PreviousTimeStamp

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to