| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceRequirements |
Container.resources()
Get the resources property: The resource requirements of the container instance.
|
ResourceRequirements |
ResourceRequirements.withLimits(ResourceLimits limits)
Set the limits property: The resource limits of this container instance.
|
ResourceRequirements |
ResourceRequirements.withRequests(ResourceRequests requests)
Set the requests property: The resource requests of this container instance.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withResources(ResourceRequirements resources)
Set the resources property: The resource requirements of the container instance.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.