DSCResources/MSFT_WaitForVolume/MSFT_WaitForVolume.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("WaitForVolume")]
class MSFT_WaitForVolume : OMI_BaseResource
{
    [Key, Description("Specifies the drive letter of the volume to wait for.")] String DriveLetter;
    [Write, Description("Specifies the number of seconds to wait for the volume to become available.")] Uint32 RetryIntervalSec;
    [Write, Description("The number of times to loop the retry interval while waiting for the volume.")] Uint32 RetryCount;
};