DSCResources/Cartwheel_xAzureBlobItem/Cartwheel_xAzureBlobItem.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xAzureBlobItem")] class Cartwheel_xAzureBlobItem : OMI_BaseResource { [Key] String ItemSourcePath; [Required] String ItemDestinationPath; [Required] String StorageAccountName; [Required] String StorageAccountKey; [Required] String ShareName; [Required, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |