GpuInstanceProfile Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
public readonly struct GpuInstanceProfile : IEquatable<Azure.ResourceManager.ContainerService.Models.GpuInstanceProfile>
type GpuInstanceProfile = struct
Public Structure GpuInstanceProfile
Implements IEquatable(Of GpuInstanceProfile)
- Inheritance
-
GpuInstanceProfile
- Implements
Constructors
GpuInstanceProfile(String) |
Initializes a new instance of GpuInstanceProfile. |
Properties
Mig1G |
MIG1g. |
Mig2G |
MIG2g. |
Mig3G |
MIG3g. |
Mig4G |
MIG4g. |
Mig7G |
MIG7g. |
Methods
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
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
Azure SDK for .NET