你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GpuInstanceProfile Struct

Definition

GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.

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

Fields

Mig1G
Mig2G
Mig3G
Mig4G
Mig7G

Methods

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

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

Equals(GpuInstanceProfile)

Compares values of enum type GpuInstanceProfile

Equals(Object)

Compares values of enum type GpuInstanceProfile (override for Object)

GetHashCode()

Returns hashCode for enum GpuInstanceProfile

ToString()

Returns string representation for GpuInstanceProfile

Operators

Equality(GpuInstanceProfile, GpuInstanceProfile)

Overriding == operator for enum GpuInstanceProfile

Implicit(GpuInstanceProfile to String)

Implicit operator to convert GpuInstanceProfile to string

Implicit(String to GpuInstanceProfile)

Implicit operator to convert string to GpuInstanceProfile

Inequality(GpuInstanceProfile, GpuInstanceProfile)

Overriding != operator for enum GpuInstanceProfile

Applies to