GetAzureVMDscExtensionStatusCommand.VM Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes