mirror of
https://github.com/mtrojnar/osslsigncode
synced 2026-06-08 16:13:39 +00:00
4576895718
See #37 for details.
12 lines
884 B
Plaintext
12 lines
884 B
Plaintext
[ClassVersion("1.0.0"), FriendlyName("Website")]
|
|
class Demo_IISWebsite : OMI_BaseResource
|
|
{
|
|
[Key] string Name;
|
|
[Required] string PhysicalPath;
|
|
[write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure;
|
|
[write,ValueMap{"Started","Stopped"},Values{"Started", "Stopped"}] string State;
|
|
[write] string Protocol[];
|
|
[write] string BindingInfo[];
|
|
[write] string ApplicationPool;
|
|
[read] string ID;
|
|
}; |