DedicatedHostsRestart200Response interface
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
- Extends
Properties
| status |
Inherited Properties
| body | Parsed body |
| headers | The HTTP response headers. |
| request | The request that generated this response. |
Property Details
status
status: "200"
Property Value
"200"
Inherited Property Details
body
Parsed body
body: unknown
Property Value
unknown
Inherited From HttpResponse.body
headers
The HTTP response headers.
headers: RawHttpHeaders
Property Value
Inherited From HttpResponse.headers
request
The request that generated this response.
request: PipelineRequest
Property Value
Inherited From HttpResponse.request