Uses of Class
com.azure.resourcemanager.containerinstance.models.ResourceRequests
-
Packages that use ResourceRequests Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ResourceRequests in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ResourceRequests Modifier and Type Method Description ResourceRequestsResourceRequirements. requests()Get the requests property: The resource requests of this container instance.ResourceRequestsResourceRequests. withCpu(double cpu)Set the cpu property: The CPU request of this container instance.ResourceRequestsResourceRequests. withGpu(GpuResource gpu)Set the gpu property: The GPU request of this container instance.ResourceRequestsResourceRequests. withMemoryInGB(double memoryInGB)Set the memoryInGB property: The memory request in GB of this container instance.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ResourceRequests Modifier and Type Method Description ResourceRequirementsResourceRequirements. withRequests(ResourceRequests requests)Set the requests property: The resource requests of this container instance.
-