ContainerCpuStatistics 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.
The ContainerCpuStatistics.
public class ContainerCpuStatistics : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.ContainerCpuStatistics>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.ContainerCpuStatistics>
type ContainerCpuStatistics = class
interface IJsonModel<ContainerCpuStatistics>
interface IPersistableModel<ContainerCpuStatistics>
Public Class ContainerCpuStatistics
Implements IJsonModel(Of ContainerCpuStatistics), IPersistableModel(Of ContainerCpuStatistics)
- Inheritance
-
ContainerCpuStatistics
- Implements
Constructors
ContainerCpuStatistics() |
Initializes a new instance of ContainerCpuStatistics. |
Properties
CpuUsage |
Gets or sets the cpu usage. |
OnlineCpuCount |
Gets or sets the online cpu count. |
SystemCpuUsage |
Gets or sets the system cpu usage. |
ThrottlingData |
Gets or sets the throttling data. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerCpuStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerCpuStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerCpuStatistics>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerCpuStatistics>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerCpuStatistics>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET