GetCimInstanceCommand.ResourceUri Property

Definition

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)]
[System.Management.Automation.Parameter(ParameterSetName="CimInstanceComputerSet")]
[System.Management.Automation.Parameter(ParameterSetName="CimInstanceSessionSet")]
[System.Management.Automation.Parameter(ParameterSetName="QueryComputerSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="QuerySessionSet", 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)>]
[<System.Management.Automation.Parameter(ParameterSetName="CimInstanceComputerSet")>]
[<System.Management.Automation.Parameter(ParameterSetName="CimInstanceSessionSet")>]
[<System.Management.Automation.Parameter(ParameterSetName="QueryComputerSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="QuerySessionSet", ValueFromPipelineByPropertyName=true)>]
member this.ResourceUri : Uri with get, set
Public Property ResourceUri As Uri

Property Value

Uri
Attributes

Applies to