DSCResources/cWaitForVMGuestIntegration/cWaitForVMGuestIntegration.schema.mof
1 2 3 4 5 6 7 |
[ClassVersion("1.0"), FriendlyName("cWaitForVMGuestIntegration")]
class cWaitForVMGuestIntegration : OMI_BaseResource { [Key] String VMName; [Write] uint64 RetryIntervalSec; [Write] uint32 RetryCount; }; |