AssessmentOptionsProperties interface
评估选项属性。
属性
| reserved |
预留实例支持的货币列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
| reserved |
预留实例支持的 Azure 区域列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
| reserved |
预留实例支持的 Azure 产品/服务代码列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
| reserved |
支持的 VM 系列列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
| vm |
按 VM 系列名称分组的 VM 系列字典,其中描述了 VM 系列的目标 Azure 位置和系列类别。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
reservedInstanceSupportedCurrencies
预留实例支持的货币列表。 注意:此属性不会序列化。 它只能由服务器填充。
reservedInstanceSupportedCurrencies?: string[]
属性值
string[]
reservedInstanceSupportedLocations
预留实例支持的 Azure 区域列表。 注意:此属性不会序列化。 它只能由服务器填充。
reservedInstanceSupportedLocations?: string[]
属性值
string[]
reservedInstanceSupportedOffers
预留实例支持的 Azure 产品/服务代码列表。 注意:此属性不会序列化。 它只能由服务器填充。
reservedInstanceSupportedOffers?: string[]
属性值
string[]
reservedInstanceVmFamilies
支持的 VM 系列列表。 注意:此属性不会序列化。 它只能由服务器填充。
reservedInstanceVmFamilies?: string[]
属性值
string[]
vmFamilies
按 VM 系列名称分组的 VM 系列字典,其中描述了 VM 系列的目标 Azure 位置和系列类别。 注意:此属性不会序列化。 它只能由服务器填充。
vmFamilies?: VmFamily[]
属性值
VmFamily[]