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, ValueMap{"AzureFiles","AzureBlobsManagedIdentity","Default"}, Values{"AzureFiles","AzureBlobsManagedIdentity","Default"}] String FileSourceType; [Write, EmbeddedInstance("MSFT_Credential")] String AFSCredential; [Write] String AFSEndpoint; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |