ImplementedAsType Enum
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.
Enumerated values for DSC resource implementation type.
public enum class ImplementedAsType
public enum ImplementedAsType
type ImplementedAsType =
Public Enum ImplementedAsType
- Inheritance
-
ImplementedAsType
Fields
Binary | 2 | DSC resource is implemented using a CIM provider. |
Composite | 3 | DSC resource is a composite and implemented using configuration keyword. |
None | 0 | DSC resource implementation type not known. |
PowerShell | 1 | DSC resource is implemented using PowerShell module. |