Share via


InvokeWSManActionCommand.ResourceURI Property

Definition

The following is the definition of the input parameter "ResourceURI". URI of the resource class/instance representation.

[System.Management.Automation.Alias(new System.String[] { "ruri" })]
[System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Uri ResourceURI { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "ruri" })>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ResourceURI : Uri with get, set
Public Property ResourceURI As Uri

Property Value

Uri
Attributes

Applies to