Uses of Class
com.azure.resourcemanager.appservice.models.ContainerMemoryStatistics
-
Packages that use ContainerMemoryStatistics Package Description com.azure.resourcemanager.appservice.models 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 ContainerMemoryStatistics Modifier and Type Method Description ContainerMemoryStatisticsContainerInfo. memoryStats()Get the memoryStats property: The memoryStats property.ContainerMemoryStatisticsContainerMemoryStatistics. withLimit(Long limit)Set the limit property: The limit property.ContainerMemoryStatisticsContainerMemoryStatistics. withMaxUsage(Long maxUsage)Set the maxUsage property: The maxUsage property.ContainerMemoryStatisticsContainerMemoryStatistics. withUsage(Long usage)Set the usage property: The usage property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerMemoryStatistics Modifier and Type Method Description ContainerInfoContainerInfo. withMemoryStats(ContainerMemoryStatistics memoryStats)Set the memoryStats property: The memoryStats property.
-