CimCmdletAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CIM-specific ObjectModelWrapper.
public ref class CimCmdletAdapter sealed : Microsoft::PowerShell::Cmdletization::SessionBasedCmdletAdapter<Microsoft::Management::Infrastructure::CimInstance ^, Microsoft::Management::Infrastructure::CimSession ^>, System::Management::Automation::IDynamicParameters
public sealed class CimCmdletAdapter : Microsoft.PowerShell.Cmdletization.SessionBasedCmdletAdapter<Microsoft.Management.Infrastructure.CimInstance,Microsoft.Management.Infrastructure.CimSession>, System.Management.Automation.IDynamicParameters
type CimCmdletAdapter = class
inherit SessionBasedCmdletAdapter<CimInstance, CimSession>
interface IDynamicParameters
Public NotInheritable Class CimCmdletAdapter
Inherits SessionBasedCmdletAdapter(Of CimInstance, CimSession)
Implements IDynamicParameters
- Inheritance
-
CimCmdletAdapter
- Implements
Constructors
CimCmdletAdapter() |
Properties
AsJob |
Whether to wrap and emit the whole operation as a background job. (Inherited from SessionBasedCmdletAdapter<TObjectInstance,TSession>) |
CimSession |
CimSession to operate on. |
ClassName |
Name of the class (from the object model handled by this ObjectModelWrapper) that is wrapped by the currently executing cmdlet. (Inherited from CmdletAdapter<TObjectInstance>) |
ClassVersion |
Name of the class (from the object model handled by this ObjectModelWrapper) that is wrapped by the currently executing cmdlet.
This value can be |
Cmdlet |
Cmdlet that this ObjectModelWrapper is associated with. (Inherited from CmdletAdapter<TObjectInstance>) |
DefaultSession |
Returns default sessions to use when the user doesn't specify the -Session cmdlet parameter. (Inherited from SessionBasedCmdletAdapter<TObjectInstance,TSession>) |
ModuleVersion |
Module version. (Inherited from CmdletAdapter<TObjectInstance>) |
PrivateData |
Private data from Cmdlet Definition XML (from <ObjectModelWrapperPrivateData> element) (Inherited from CmdletAdapter<TObjectInstance>) |
Session |
Session to operate on. (Inherited from SessionBasedCmdletAdapter<TObjectInstance,TSession>) |
ThrottleLimit |
Maximum number of remote connections that can remain active at any given time. |
Methods
Explicit Interface Implementations
IDynamicParameters.GetDynamicParameters() |