DSCResources/MSFT_xDiskAccessPath/MSFT_xDiskAccessPath.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xDiskAccessPath")] class MSFT_xDiskAccessPath : OMI_BaseResource { [Key, Description("Specifies the access path folder to the assign the disk volume to.")] String AccessPath; [Required, Description("Specifies the disk number for which disk to modify.")] Uint32 DiskNumber; [Write, Description("Specifies the size of new volume.")] Uint64 Size; [Write, Description("Define volume label if required.")] String FSLabel; [Write, Description("Specifies the allocation unit size to use when formatting the volume.")] uint32 AllocationUnitSize; [Write, Description("Specifies the file system format of the new volume."), ValueMap{"NTFS","ReFS"}, Values{"NTFS","ReFS"}] String FSFormat; }; |