GetCimInstance
Class
Definition
Activity to invoke the CimCmdlets\Get-CimInstance command in a Workflow.
public sealed class GetCimInstance : Microsoft.PowerShell.Activities.GenericCimCmdletActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.GenericCimCmdletActivity
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSGeneratedCIMActivity
Constructors
| GetCimInstance() |
Gets the display name of the command invoked by this activity. |
Properties
| ClassName |
Provides access to the ClassName parameter. |
| Filter |
Provides access to the Filter parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| KeyOnly |
Provides access to the KeyOnly parameter. |
| Namespace |
Provides access to the Namespace parameter. |
| OperationTimeoutSec |
Provides access to the OperationTimeoutSec parameter. |
| Property |
Provides access to the Property parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| Query |
Provides access to the Query parameter. |
| QueryDialect |
Provides access to the QueryDialect parameter. |
| Shallow |
Provides access to the Shallow parameter. |
| TypeImplementingCmdlet |
The .NET type implementing the cmdlet to invoke. |