ContainerMemoryStatistics 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.Api20190801.ContainerMemoryStatisticsTypeConverter))]
public class ContainerMemoryStatistics : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatistics
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContainerMemoryStatisticsTypeConverter))>]
type ContainerMemoryStatistics = class
interface IContainerMemoryStatistics
interface IJsonSerializable
Public Class ContainerMemoryStatistics
Implements IContainerMemoryStatistics
- Inheritance
-
ContainerMemoryStatistics
- Attributes
- Implements
Constructors
ContainerMemoryStatistics() |
Creates an new ContainerMemoryStatistics instance. |
Properties
Limit | |
MaxUsage | |
Usage |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerMemoryStatistics. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerMemoryStatistics. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IContainerMemoryStatistics. |
FromJsonString(String) |
Creates a new instance of ContainerMemoryStatistics, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerMemoryStatistics into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |