GpuSku Struct

Definition

The SKU of the GPU resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSkuTypeConverter))]
public struct GpuSku : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSkuTypeConverter))>]
type GpuSku = struct
    interface IArgumentCompleter
Public Structure GpuSku
Implements IArgumentCompleter, IEquatable(Of GpuSku)
Inheritance
GpuSku
Attributes
Implements

Fields

K80
P100
V100

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(GpuSku)

Compares values of enum type GpuSku

Equals(Object)

Compares values of enum type GpuSku (override for Object)

GetHashCode()

Returns hashCode for enum GpuSku

ToString()

Returns string representation for GpuSku

Operators

Equality(GpuSku, GpuSku)

Overriding == operator for enum GpuSku

Implicit(GpuSku to String)

Implicit operator to convert GpuSku to string

Implicit(String to GpuSku)

Implicit operator to convert string to GpuSku

Inequality(GpuSku, GpuSku)

Overriding != operator for enum GpuSku

Applies to