GetAzureVMDscExtensionStatusCommand.VM Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Specifies the virtual machine object the extension is on.", ParameterSetName="VMParameterSet", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine VM { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Specifies the virtual machine object the extension is on.", ParameterSetName="VMParameterSet", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VM : Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine with get, set
Public Property VM As PSVirtualMachine

Property Value

PSVirtualMachine
Attributes

Applies to