Share via


ResourceRequests.Gpu Property

Definition

Gets or sets the GPU request of this container instance.

[Newtonsoft.Json.JsonProperty(PropertyName="gpu")]
public Microsoft.Azure.Management.ContainerInstance.Models.GpuResource Gpu { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="gpu")>]
member this.Gpu : Microsoft.Azure.Management.ContainerInstance.Models.GpuResource with get, set
Public Property Gpu As GpuResource

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to