DSCResources/cWaitForVMGuestIntegration/cWaitForVMGuestIntegration.schema.mof

1
2
3
4
5
6
7
8
[ClassVersion("1.0.0.0"), FriendlyName("cWaitForVMGuestIntegration")]
class cWaitForVMGuestIntegration : OMI_BaseResource
{
    [Key] String Id;
    [Required] String VMName;
    [Write] uint64 RetryIntervalSec;
    [Write] uint32 RetryCount;
};