Uses of Class
com.azure.resourcemanager.containerinstance.models.ResourceRequirements
Packages that use ResourceRequirements
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ResourceRequirements in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ResourceRequirementsModifier and TypeMethodDescriptionContainerProperties.resources()Get the resources property: The resource requirements of the container instance.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type ResourceRequirementsModifier and TypeMethodDescriptionContainerProperties.withResources(ResourceRequirements resources) Set the resources property: The resource requirements of the container instance. -
Uses of ResourceRequirements in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ResourceRequirementsModifier and TypeMethodDescriptionContainer.resources()Get the resources property: The resource requirements of the container instance.ResourceRequirements.withLimits(ResourceLimits limits) Set the limits property: The resource limits of this container instance.ResourceRequirements.withRequests(ResourceRequests requests) Set the requests property: The resource requests of this container instance.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ResourceRequirementsModifier and TypeMethodDescriptionContainer.withResources(ResourceRequirements resources) Set the resources property: The resource requirements of the container instance.