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