Share via


IResourceRequirements Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ResourceRequirementsTypeConverter))]
public interface IResourceRequirements : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ResourceRequirementsTypeConverter))>]
type IResourceRequirements = interface
    interface IJsonSerializable
Public Interface IResourceRequirements
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

LimitCpu

The CPU limit of this container instance.

LimitMemoryInGb

The memory limit in GB of this container instance.

LimitsGpuCount

The count of the GPU resource.

LimitsGpuSku

The SKU of the GPU resource.

RequestCpu

The CPU request of this container instance.

RequestMemoryInGb

The memory request in GB of this container instance.

RequestsGpuCount

The count of the GPU resource.

RequestsGpuSku

The SKU of the GPU resource.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to