Esempio n. 1
0
 public static Arbitrary <Report> Report()
 {
     return(Arb.From(OrmGenerators.Report()));
 }
Esempio n. 2
0
 public static Arbitrary <Container> Container()
 {
     return(Arb.From(OrmGenerators.Container()));
 }
Esempio n. 3
0
 public static Arbitrary <Task> Task()
 {
     return(Arb.From(OrmGenerators.Task()));
 }
Esempio n. 4
0
 public static Arbitrary <Webhook> Webhook()
 {
     return(Arb.From(OrmGenerators.Webhook()));
 }
Esempio n. 5
0
 public static Arbitrary <Version> Version()
 {
     return(Arb.From(OrmGenerators.Version()));
 }
Esempio n. 6
0
 public static Arbitrary <WebhookMessageLog> WebhookMessageLog()
 {
     return(Arb.From(OrmGenerators.WebhookMessageLog()));
 }
Esempio n. 7
0
 public static Arbitrary <NetworkConfig> NetworkConfig()
 {
     return(Arb.From(OrmGenerators.NetworkConfig()));
 }
Esempio n. 8
0
 public static Arbitrary <Job> Job()
 {
     return(Arb.From(OrmGenerators.Job()));
 }
Esempio n. 9
0
 public static Arbitrary <Proxy> Proxy()
 {
     return(Arb.From(OrmGenerators.Proxy()));
 }
Esempio n. 10
0
 public static Arbitrary <EventMessage> EventMessage()
 {
     return(Arb.From(OrmGenerators.EventMessage()));
 }
Esempio n. 11
0
 public static Arbitrary <NodeTasks> NodeTasks()
 {
     return(Arb.From(OrmGenerators.NodeTasks()));
 }
Esempio n. 12
0
 public static Arbitrary <BaseEvent> BaseEvent()
 {
     return(Arb.From(OrmGenerators.BaseEvent()));
 }
Esempio n. 13
0
 public static Arbitrary <Uri> Uri()
 {
     return(Arb.From(OrmGenerators.Uri()));
 }
Esempio n. 14
0
 public static Arbitrary <Notification> Notification()
 {
     return(Arb.From(OrmGenerators.Notification()));
 }
Esempio n. 15
0
 public static Arbitrary <NetworkSecurityGroupConfig> NetworkSecurityConfig()
 {
     return(Arb.From(OrmGenerators.NetworkSecurityGroupConfig()));
 }
Esempio n. 16
0
 public static Arbitrary <WebhookMessageEventGrid> WebhookMessageEventGrid()
 {
     return(Arb.From(OrmGenerators.WebhookMessageEventGrid()));
 }
Esempio n. 17
0
 public static Arbitrary <InstanceConfig> InstanceConfig()
 {
     return(Arb.From(OrmGenerators.InstanceConfig()));
 }
Esempio n. 18
0
 public static Arbitrary <ISecret <T> > ISecret <T>()
 {
     return(Arb.From(OrmGenerators.ISecret <T>()));
 }
Esempio n. 19
0
 public static Arbitrary <Scaleset> Scaleset()
 {
     return(Arb.From(OrmGenerators.Scaleset()));
 }