AssessmentOptionsProperties interface
Assessment options properties.
Properties
reserved |
List of supported currencies for reserved instances. NOTE: This property will not be serialized. It can only be populated by the server. |
reserved |
List of supported Azure regions for reserved instances. NOTE: This property will not be serialized. It can only be populated by the server. |
reserved |
List of supported Azure offer codes for reserved instances. NOTE: This property will not be serialized. It can only be populated by the server. |
reserved |
List of supported VM Families. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
Dictionary of VM families grouped by vm family name describing the targeted azure locations of VM family and the category of the family. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
reservedInstanceSupportedCurrencies
List of supported currencies for reserved instances. NOTE: This property will not be serialized. It can only be populated by the server.
reservedInstanceSupportedCurrencies?: string[]
Property Value
string[]
reservedInstanceSupportedLocations
List of supported Azure regions for reserved instances. NOTE: This property will not be serialized. It can only be populated by the server.
reservedInstanceSupportedLocations?: string[]
Property Value
string[]
reservedInstanceSupportedOffers
List of supported Azure offer codes for reserved instances. NOTE: This property will not be serialized. It can only be populated by the server.
reservedInstanceSupportedOffers?: string[]
Property Value
string[]
reservedInstanceVmFamilies
List of supported VM Families. NOTE: This property will not be serialized. It can only be populated by the server.
reservedInstanceVmFamilies?: string[]
Property Value
string[]
vmFamilies
Dictionary of VM families grouped by vm family name describing the targeted azure locations of VM family and the category of the family. NOTE: This property will not be serialized. It can only be populated by the server.
vmFamilies?: VmFamily[]
Property Value
VmFamily[]