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

IContainerInfo Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to