PSRunspaceCmdlet.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 virtual Guid[] VMId { get; set; }
[System.Management.Automation.Alias(new System.String[] { "VMGuid" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMIdInstanceId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual 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="VMId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMIdInstanceId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VMId : Guid[] with get, set
Public Overridable Property VMId As Guid()
Property Value
Guid[]
- Attributes