Skip to content

Commit 74e7e17

Browse files
authored
Create WorkloadGroup model (#111)
1 parent 620346c commit 74e7e17

2 files changed

Lines changed: 401 additions & 0 deletions

File tree

KustoSchemaTools/Model/Cluster.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public class Cluster
66
public string Url { get; set; }
77
public List<DatabaseScript> Scripts { get; set; } = new List<DatabaseScript>();
88
public ClusterCapacityPolicy? CapacityPolicy { get; set; }
9+
public List<WorkloadGroup> WorkloadGroups { get; set; } = new List<WorkloadGroup>();
910
}
1011

1112
}

0 commit comments

Comments
 (0)