We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8285582 commit 9c141aeCopy full SHA for 9c141ae
src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Operation/NewAzureVMCommand.cs
@@ -168,6 +168,9 @@ public class NewAzureVMCommand : VirtualMachineBaseCmdlet
168
[Parameter(ParameterSetName = SimpleParameterSet, Mandatory = false)]
169
public string Size { get; set; } = "Standard_DS1_v2";
170
171
+ [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")]
172
+ public SwitchParameter AsJob { get; set; }
173
+
174
public override void ExecuteCmdlet()
175
{
176
switch (ParameterSetName)
0 commit comments