Megosztás a következőn keresztül:


GetWSManInstanceCommand.ReturnType Property

Definition

The following is the definition of the input parameter "ReturnType". Indicates the type of data returned. Possible options are 'Object', 'EPR', and 'ObjectAndEPR'. Default is Object. If Object is specified or if this parameter is absent then only the objects are returned If EPR is specified then only the EPRs of the objects are returned. EPRs contain information about the Resource URI and selectors for the instance If ObjectAndEPR is specified, then both the object and the associated EPRs are returned.

[System.Management.Automation.Alias(new System.String[] { "RT" })]
[System.Management.Automation.Parameter(ParameterSetName="Enumerate")]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "object", "epr", "objectandepr" })]
public string ReturnType { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "RT" })>]
[<System.Management.Automation.Parameter(ParameterSetName="Enumerate")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "object", "epr", "objectandepr" })>]
member this.ReturnType : string with get, set
Public Property ReturnType As String

Property Value

Attributes

Applies to