src/Models/Discovery/DiscoveryProperties.cs (13 lines of code) (raw):
namespace Azure.Migrate.Export.Models
{
public class DiscoveryProperties
{
public string TenantId { get; set; }
public string Subscription { get; set; }
public string ResourceGroup { get; set; }
public string AzureMigrateProjectName { get; set; }
public string DiscoverySiteName { get; set; }
public string Workflow { get; set; }
public string SourceAppliances { get; set; }
}
}