ICapabilities1.MaxGpuCount Property

Definition

The maximum allowed GPU count.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=false, Description="The maximum allowed GPU count.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="maxGpuCount", Update=false)]
public float? MaxGpuCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=false, Description="The maximum allowed GPU count.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="maxGpuCount", Update=false)>]
member this.MaxGpuCount : Nullable<single>
Public ReadOnly Property MaxGpuCount As Nullable(Of Single)

Property Value

Attributes

Applies to