Uses of Class
com.azure.resourcemanager.appservice.models.ContainerInfo
-
Packages that use ContainerInfo Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 ContainerInfo Modifier and Type Method Description Map<String,ContainerInfo>WebSiteInstanceStatusInner. containers()Get the containers property: Dictionary of <ContainerInfo>.Map<String,ContainerInfo>WebSiteInstanceStatusProperties. containers()Get the containers property: Dictionary of <ContainerInfo>.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ContainerInfo Modifier and Type Method Description WebSiteInstanceStatusInnerWebSiteInstanceStatusInner. withContainers(Map<String,ContainerInfo> containers)Set the containers property: Dictionary of <ContainerInfo>.WebSiteInstanceStatusPropertiesWebSiteInstanceStatusProperties. 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 ContainerInfo Modifier and Type Method Description ContainerInfoContainerInfo. withCurrentCpuStats(ContainerCpuStatistics currentCpuStats)Set the currentCpuStats property: The currentCpuStats property.ContainerInfoContainerInfo. withCurrentTimestamp(OffsetDateTime currentTimestamp)Set the currentTimestamp property: The currentTimeStamp property.ContainerInfoContainerInfo. withEth0(ContainerNetworkInterfaceStatistics eth0)Set the eth0 property: The eth0 property.ContainerInfoContainerInfo. withId(String id)Set the id property: The id property.ContainerInfoContainerInfo. withMemoryStats(ContainerMemoryStatistics memoryStats)Set the memoryStats property: The memoryStats property.ContainerInfoContainerInfo. withName(String name)Set the name property: The name property.ContainerInfoContainerInfo. withPreviousCpuStats(ContainerCpuStatistics previousCpuStats)Set the previousCpuStats property: The previousCpuStats property.ContainerInfoContainerInfo. withPreviousTimestamp(OffsetDateTime previousTimestamp)Set the previousTimestamp property: The previousTimeStamp property.
-