OsProfileForVmInstance interface
Defines the resource properties.
Properties
admin |
Admin password of the virtual machine. This value contains a credential. Consider obscuring before showing to users |
computer |
Gets or sets computer name. |
os |
Gets os sku. NOTE: This property will not be serialized. It can only be populated by the server. |
os |
Gets the type of the os. NOTE: This property will not be serialized. It can only be populated by the server. |
os |
Gets os version. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
adminPassword
Admin password of the virtual machine. This value contains a credential. Consider obscuring before showing to users
adminPassword?: string
Property Value
string
computerName
Gets or sets computer name.
computerName?: string
Property Value
string
osSku
Gets os sku. NOTE: This property will not be serialized. It can only be populated by the server.
osSku?: string
Property Value
string
osType
Gets the type of the os. NOTE: This property will not be serialized. It can only be populated by the server.
osType?: string
Property Value
string
osVersion
Gets os version. NOTE: This property will not be serialized. It can only be populated by the server.
osVersion?: string
Property Value
string