ContainerCpuUsage Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter))]
public class ContainerCpuUsage : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerCpuUsage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerCpuUsageTypeConverter))>]
type ContainerCpuUsage = class
    interface IContainerCpuUsage
    interface IJsonSerializable
Public Class ContainerCpuUsage
Implements IContainerCpuUsage
Inheritance
ContainerCpuUsage
Attributes
Implements

Constructors

ContainerCpuUsage()

Properties

KernelModeUsage
PerCpuUsage
TotalUsage
UserModeUsage

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to