Which code segment should you use?
You plan to use an Azure PowerShell runbook to start a virtual machine (VM) named VM1.
You need to add the code to the runbook.
Which code segment should you use?
A . Workflow{
Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’
}
B . Runbook{
Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’
}
C . Runbook Runbook1{
Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’
}
D . Workflow Runbook1{
Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’
}
Answer: D
Latest 70-535 Practice Questions with 458 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments