Share via


ContainerCpuUsage Class

Definition

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

Constructors

ContainerCpuUsage()

Creates an new ContainerCpuUsage instance.

Properties

KernelModeUsage
PerCpuUsage
TotalUsage
UserModeUsage

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerCpuUsage.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerCpuUsage.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerCpuUsage into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to