Uses of Class
com.azure.resourcemanager.appservice.models.ContainerMemoryStatistics
Packages that use ContainerMemoryStatistics
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ContainerMemoryStatistics in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ContainerMemoryStatisticsModifier and TypeMethodDescriptionstatic ContainerMemoryStatistics
ContainerMemoryStatistics.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerMemoryStatistics from the JsonReader.ContainerInfo.memoryStats()
Get the memoryStats property: The memoryStats property.Set the limit property: The limit property.ContainerMemoryStatistics.withMaxUsage
(Long maxUsage) Set the maxUsage property: The maxUsage property.Set the usage property: The usage property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerMemoryStatisticsModifier and TypeMethodDescriptionContainerInfo.withMemoryStats
(ContainerMemoryStatistics memoryStats) Set the memoryStats property: The memoryStats property.