Freigeben über


GpuInstanceProfile Struct

Definition

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

public readonly struct GpuInstanceProfile : IEquatable<Azure.ResourceManager.ContainerService.Models.GpuInstanceProfile>
type GpuInstanceProfile = struct
Public Structure GpuInstanceProfile
Implements IEquatable(Of GpuInstanceProfile)
Inheritance
GpuInstanceProfile
Implements

Constructors

Name Description
GpuInstanceProfile(String)

Initializes a new instance of GpuInstanceProfile.

Properties

Name Description
Mig1G

MIG1g Serialized Name: GPUInstanceProfile.MIG1g

Mig2G

MIG2g Serialized Name: GPUInstanceProfile.MIG2g

Mig3G

MIG3g Serialized Name: GPUInstanceProfile.MIG3g

Mig4G

MIG4g Serialized Name: GPUInstanceProfile.MIG4g

Mig7G

MIG7g Serialized Name: GPUInstanceProfile.MIG7g

Methods

Name Description
Equals(GpuInstanceProfile)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(GpuInstanceProfile, GpuInstanceProfile)

Determines if two GpuInstanceProfile values are the same.

Implicit(String to GpuInstanceProfile)

Converts a String to a GpuInstanceProfile.

Inequality(GpuInstanceProfile, GpuInstanceProfile)

Determines if two GpuInstanceProfile values are not the same.

Applies to