你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GpuInstanceProfile 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
GPUInstanceProfile 用于为受支持的 GPU VM SKU 指定 GPU MIG 实例配置文件。
public readonly struct GpuInstanceProfile : IEquatable<Azure.ResourceManager.ContainerService.Models.GpuInstanceProfile>
type GpuInstanceProfile = struct
Public Structure GpuInstanceProfile
Implements IEquatable(Of GpuInstanceProfile)
- 继承
-
GpuInstanceProfile
- 实现
构造函数
GpuInstanceProfile(String) |
初始化 GpuInstanceProfile 的新实例。 |
属性
Mig1G |
MIG1g。 |
Mig2G |
MIG2g。 |
Mig3G |
MIG3g。 |
Mig4G |
MIG4g。 |
Mig7G |
MIG7g。 |
方法
Equals(GpuInstanceProfile) |
指示当前对象是否等于同一类型的另一个对象。 |
ToString() |
返回此实例的完全限定类型名称。 |