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

Property Value

Uri
Attributes

Applies to