PSExecutionCmdlet.VMId 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.
Guid of target virtual machine.
public:
virtual property cli::array <Guid> ^ VMId { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public override Guid[] VMId { get; set; }
[System.Management.Automation.Alias(new System.String[] { "VMGuid" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePathVMId", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMId", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public override Guid[] VMId { get; set; }
member this.VMId : Guid[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "VMGuid" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FilePathVMId", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMId", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VMId : Guid[] with get, set
Public Overrides Property VMId As Guid()
Property Value
Guid[]
- Attributes