你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineInstanceProperties interface
Defines the resource properties.
Properties
availability |
Availability Sets in vm. |
hardware |
Hardware properties. |
infrastructure |
Gets the infrastructure profile. |
network |
Network properties. |
os |
OS properties. |
power |
Gets the power state of the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Storage properties. |
Property Details
availabilitySets
Availability Sets in vm.
availabilitySets?: AvailabilitySetListItem[]
Property Value
hardwareProfile
infrastructureProfile
Gets the infrastructure profile.
infrastructureProfile?: InfrastructureProfile
Property Value
networkProfile
osProfile
powerState
Gets the power state of the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.
powerState?: string
Property Value
string
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string