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