ContainerNetworkInterfaceStatistics 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.ContainerNetworkInterfaceStatisticsTypeConverter))]
public class ContainerNetworkInterfaceStatistics : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IContainerNetworkInterfaceStatistics
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ContainerNetworkInterfaceStatisticsTypeConverter))>]
type ContainerNetworkInterfaceStatistics = class
interface IContainerNetworkInterfaceStatistics
interface IJsonSerializable
Public Class ContainerNetworkInterfaceStatistics
Implements IContainerNetworkInterfaceStatistics
- Inheritance
-
ContainerNetworkInterfaceStatistics
- Attributes
- Implements
Constructors
ContainerNetworkInterfaceStatistics() |
Creates an new ContainerNetworkInterfaceStatistics instance. |
Properties
RxByte | |
RxDropped | |
RxError | |
RxPacket | |
TxByte | |
TxDropped | |
TxError | |
TxPacket |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerNetworkInterfaceStatistics. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerNetworkInterfaceStatistics. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IContainerNetworkInterfaceStatistics. |
FromJsonString(String) |
Creates a new instance of ContainerNetworkInterfaceStatistics, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerNetworkInterfaceStatistics into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |