InvokeCimMethod
Class
Definition
Activity to invoke the CimCmdlets\Invoke-CimMethod command in a Workflow.
public sealed class InvokeCimMethod : Microsoft.PowerShell.Activities.GenericCimCmdletActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.GenericCimCmdletActivity
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSGeneratedCIMActivity
Constructors
| InvokeCimMethod() |
Gets the display name of the command invoked by this activity. |
Properties
| Arguments |
Provides access to the Arguments parameter. |
| CimClass |
Provides access to the CimClass parameter. |
| ClassName |
Provides access to the ClassName parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| MethodName |
Provides access to the MethodName parameter. |
| Namespace |
Provides access to the Namespace parameter. |
| OperationTimeoutSec |
Provides access to the OperationTimeoutSec 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. |
| TypeImplementingCmdlet |
The .NET type implementing the cmdlet to invoke. |