NewCimInstanceCommand.ResourceUri 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.
The following is the definition of the input parameter "ResourceUri". Define the Resource Uri for which the instances are retrieved.
public Uri ResourceUri { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ResourceUriSessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ResourceUriComputerSet", ValueFromPipelineByPropertyName=true)]
public Uri ResourceUri { get; set; }
member this.ResourceUri : Uri with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ResourceUriSessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ResourceUriComputerSet", ValueFromPipelineByPropertyName=true)>]
member this.ResourceUri : Uri with get, set
Public Property ResourceUri As Uri
Property Value
- Attributes