File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Compute/Compute.Autorest/examples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11### Example 1: Simple Example
22``` powershell
3- PS C:\> Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -RunCommandName 'firstruncommand'
3+ PS C:\> Set-AzVMRunCommand -ResourceGroupName $rgname -VMName $vmname -Location $locationname - RunCommandName 'firstruncommand'
44
55Location Name Type
66-------- ---- ----
7- eastus firstruncommand2 Microsoft.Compute/virtualMachines/runCommands
7+ eastus firstruncommand Microsoft.Compute/virtualMachines/runCommands
88```
99
10- The Set-AzVMRunCommand cmdlet updates properties for existing run command or adds a new run command to a virtual machine.
10+ The Set-AzVMRunCommand cmdlet updates properties for existing run command or adds a new run command to a virtual machine.
You can’t perform that action at this time.
0 commit comments