DSCResources/ArcGIS_RemoteFile/ArcGIS_RemoteFile.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("ArcGIS_RemoteFile")] class ArcGIS_RemoteFile : OMI_BaseResource { [Key] String Url; [Write] String DestinationPath; [Write] Boolean UseAzureFiles; [Write, EmbeddedInstance("MSFT_Credential")] String AFSCredential; [Write] String AFSEndpoint; [Write] Boolean Force; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |