ContainerCpuUsage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ContainerCpuUsageTypeConverter))]
public class ContainerCpuUsage : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IContainerCpuUsage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |