ManagedVMSize interface
Describes a VM Sizes.
Properties
id | VM Size id. NOTE: This property will not be serialized. It can only be populated by the server. |
name | VM Size name. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | VM Size properties. NOTE: This property will not be serialized. It can only be populated by the server. |
type | VM Size type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
VM Size id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
VM Size name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
properties
VM Size properties. NOTE: This property will not be serialized. It can only be populated by the server.
properties?: VMSize
Property Value
type
VM Size type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Azure SDK for JavaScript