Uses of Class
com.azure.resourcemanager.containerinstance.models.ResourceRequirements
-
Packages that use ResourceRequirements Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models 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 ResourceRequirements Modifier and Type Method Description ResourceRequirementsContainerProperties. resources()Get the resources property: The resource requirements of the container instance.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type ResourceRequirements Modifier and Type Method Description ContainerPropertiesContainerProperties. 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 ResourceRequirements Modifier and Type Method Description ResourceRequirementsContainer. resources()Get the resources property: The resource requirements of the container instance.ResourceRequirementsResourceRequirements. withLimits(ResourceLimits limits)Set the limits property: The resource limits of this container instance.ResourceRequirementsResourceRequirements. 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 ResourceRequirements Modifier and Type Method Description ContainerContainer. withResources(ResourceRequirements resources)Set the resources property: The resource requirements of the container instance.
-