| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerNetworkInterfaceStatistics |
ContainerInfo.eth0()
Get the eth0 property: The eth0 property.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withRxBytes(Long rxBytes)
Set the rxBytes property: The rxBytes property.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withRxDropped(Long rxDropped)
Set the rxDropped property: The rxDropped property.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withRxErrors(Long rxErrors)
Set the rxErrors property: The rxErrors property.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withRxPackets(Long rxPackets)
Set the rxPackets property: The rxPackets property.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withTxBytes(Long txBytes)
Set the txBytes property: The txBytes property.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withTxDropped(Long txDropped)
Set the txDropped property: The txDropped property.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withTxErrors(Long txErrors)
Set the txErrors property: The txErrors property.
|
ContainerNetworkInterfaceStatistics |
ContainerNetworkInterfaceStatistics.withTxPackets(Long txPackets)
Set the txPackets property: The txPackets property.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInfo |
ContainerInfo.withEth0(ContainerNetworkInterfaceStatistics eth0)
Set the eth0 property: The eth0 property.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.