Uses of Class
com.azure.resourcemanager.appservice.models.ContainerInfo
Packages that use ContainerInfo
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ContainerInfo in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ContainerInfoModifier and TypeMethodDescriptionWebSiteInstanceStatusInner.containers()Get the containers property: Dictionary of <ContainerInfo>.WebSiteInstanceStatusProperties.containers()Get the containers property: Dictionary of <ContainerInfo>.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ContainerInfoModifier and TypeMethodDescriptionWebSiteInstanceStatusInner.withContainers(Map<String, ContainerInfo> containers) Set the containers property: Dictionary of <ContainerInfo>.WebSiteInstanceStatusProperties.withContainers(Map<String, ContainerInfo> containers) Set the containers property: Dictionary of <ContainerInfo>. -
Uses of ContainerInfo in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ContainerInfoModifier and TypeMethodDescriptionstatic ContainerInfoContainerInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerInfo from the JsonReader.ContainerInfo.withCurrentCpuStats(ContainerCpuStatistics currentCpuStats) Set the currentCpuStats property: The currentCpuStats property.ContainerInfo.withCurrentTimestamp(OffsetDateTime currentTimestamp) Set the currentTimestamp property: The currentTimeStamp property.ContainerInfo.withEth0(ContainerNetworkInterfaceStatistics eth0) Set the eth0 property: The eth0 property.Set the id property: The id property.ContainerInfo.withMemoryStats(ContainerMemoryStatistics memoryStats) Set the memoryStats property: The memoryStats property.Set the name property: The name property.ContainerInfo.withPreviousCpuStats(ContainerCpuStatistics previousCpuStats) Set the previousCpuStats property: The previousCpuStats property.ContainerInfo.withPreviousTimestamp(OffsetDateTime previousTimestamp) Set the previousTimestamp property: The previousTimeStamp property.