Description | : The operation to start an Azure Bare Metal instance |
Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BareMetalInfrastructure/bareMetalInstances/{azureBareMetalInstanceName}/start
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
azureBareMetalInstanceName:
string
,
}
⚐ Response (200)
{
name:
string
,
status:
enum
,
startTime:
string
,
error:
}
{
,
code:
string
,
message:
string
,
}
⚐ Response (202)
{
location:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}