69
69
"AccessRights" : {
70
70
"description" : " Access rights of the entity" ,
71
71
"type" : " string" ,
72
- "xml" :{
72
+ "xml" : {
73
+ "name" : " AccessRights" ,
73
74
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
74
75
},
75
76
"enum" : [
82
83
"description" : " Authorization rule of an entity" ,
83
84
"type" : " object" ,
84
85
"xml" : {
86
+ "name" : " AuthorizationRule" ,
85
87
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
86
88
},
87
89
"properties" : {
88
- "ClaimType" :{
90
+ "ClaimType" : {
89
91
"type" : " string" ,
90
92
"xml" : {
91
93
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
92
94
}
93
95
},
94
- "CreatedTime" :{
96
+ "CreatedTime" : {
95
97
"type" : " string" ,
96
98
"format" : " date-time" ,
97
99
"xml" : {
98
100
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
99
101
}
100
102
},
101
- "KeyName" :{
103
+ "KeyName" : {
102
104
"type" : " string" ,
103
105
"xml" : {
104
106
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
105
107
}
106
108
},
107
- "ModifiedTime" :{
109
+ "ModifiedTime" : {
108
110
"type" : " string" ,
109
111
"format" : " date-time" ,
110
112
"xml" : {
131
133
"CreateQueueBody" : {
132
134
"description" : " The request body for creating a queue." ,
133
135
"type" : " object" ,
134
- "xml" :{
136
+ "xml" : {
135
137
"name" : " entry" ,
136
138
"namespace" : " http://www.w3.org/2005/Atom"
137
139
},
162
164
"CreateTopicBody" : {
163
165
"description" : " The request body for creating a topic." ,
164
166
"type" : " object" ,
165
- "xml" :{
167
+ "xml" : {
166
168
"name" : " entry" ,
167
169
"namespace" : " http://www.w3.org/2005/Atom"
168
170
},
193
195
"EntityAvailabilityStatus" : {
194
196
"description" : " Availibility status of the entity" ,
195
197
"type" : " string" ,
196
- "xml" :{
198
+ "xml" : {
197
199
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
198
200
},
199
201
"enum" : [
207
209
"EntityStatus" : {
208
210
"description" : " Status of a Service Bus resource" ,
209
211
"type" : " string" ,
210
- "xml" :{
212
+ "xml" : {
211
213
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
212
214
},
213
215
"enum" : [
268
270
}
269
271
},
270
272
"xml" : {
273
+ "name" : " CountDetails" ,
271
274
"namespace" : " http://schemas.microsoft.com/netservices/2011/06/servicebus"
272
275
}
273
276
},
274
277
"QueueDescription" : {
275
278
"description" : " Description of a Service Bus queue resource." ,
276
279
"type" : " object" ,
277
280
"xml" : {
281
+ "name" : " QueueDescription" ,
278
282
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
279
283
},
280
284
"properties" : {
286
290
"description" : " Authorization rules for resource." ,
287
291
"type" : " array" ,
288
292
"xml" : {
293
+ "name" : " AuthorizationRules" ,
289
294
"wrapped" : true ,
290
295
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
291
296
},
411
416
}
412
417
}
413
418
},
414
- "QueueRuntimeInfo" :{
419
+ "QueueDescriptionEntry" : {
420
+ "description" : " Represents an entry in the feed when querying queues" ,
421
+ "type" : " object" ,
422
+ "properties" : {
423
+ "base" : {
424
+ "description" : " Base URL for the query." ,
425
+ "type" : " string" ,
426
+ "xml" : {
427
+ "name" : " base" ,
428
+ "attribute" : true ,
429
+ "prefix" : " xml"
430
+ }
431
+ },
432
+ "id" : {
433
+ "description" : " The URL of the GET request" ,
434
+ "type" : " string"
435
+ },
436
+ "title" : {
437
+ "description" : " The name of the queue" ,
438
+ "$ref" : " #/definitions/ResponseTitle"
439
+ },
440
+ "published" : {
441
+ "description" : " The timestamp for when this queue was published" ,
442
+ "type" : " string" ,
443
+ "format" : " date-time"
444
+ },
445
+ "updated" : {
446
+ "description" : " The timestamp for when this queue was last updated" ,
447
+ "type" : " string" ,
448
+ "format" : " date-time"
449
+ },
450
+ "author" : {
451
+ "$ref" : " #/definitions/ResponseAuthor"
452
+ },
453
+ "link" : {
454
+ "$ref" : " #/definitions/ResponseLink"
455
+ },
456
+ "content" : {
457
+ "description" : " The QueueDescription" ,
458
+ "type" : " object" ,
459
+ "properties" : {
460
+ "type" : {
461
+ "description" : " Type of content in queue response" ,
462
+ "type" : " string" ,
463
+ "xml" : {
464
+ "attribute" : true
465
+ }
466
+ },
467
+ "QueueDescription" : {
468
+ "$ref" : " #/definitions/QueueDescription"
469
+ }
470
+ }
471
+ }
472
+ },
473
+ "xml" : {
474
+ "name" : " entry" ,
475
+ "namespace" : " http://www.w3.org/2005/Atom"
476
+ }
477
+ },
478
+ "QueueDescriptionFeed" : {
479
+ "description" : " Response from listing Service Bus queues." ,
480
+ "type" : " object" ,
481
+ "xml" : {
482
+ "name" : " feed" ,
483
+ "namespace" : " http://www.w3.org/2005/Atom"
484
+ },
485
+ "properties" : {
486
+ "id" : {
487
+ "description" : " URL of the list queues query." ,
488
+ "type" : " string"
489
+ },
490
+ "title" : {
491
+ "description" : " The entity type for the feed." ,
492
+ "type" : " string"
493
+ },
494
+ "updated" : {
495
+ "description" : " Datetime of the query." ,
496
+ "type" : " string" ,
497
+ "format" : " date-time"
498
+ },
499
+ "entry" : {
500
+ "description" : " Queue entries." ,
501
+ "type" : " array" ,
502
+ "items" : {
503
+ "$ref" : " #/definitions/QueueDescriptionEntry"
504
+ }
505
+ }
506
+ }
507
+ },
508
+ "QueueDescriptionResponse" : {
509
+ "description" : " The response from a Queue_Get operation" ,
510
+ "type" : " object" ,
511
+ "properties" : {
512
+ "id" : {
513
+ "description" : " The URL of the GET request" ,
514
+ "type" : " string"
515
+ },
516
+ "title" : {
517
+ "description" : " The name of the queue" ,
518
+ "type" : " string"
519
+ },
520
+ "published" : {
521
+ "description" : " The timestamp for when this queue was published" ,
522
+ "type" : " string"
523
+ },
524
+ "updated" : {
525
+ "description" : " The timestamp for when this queue was last updated" ,
526
+ "type" : " string"
527
+ },
528
+ "author" : {
529
+ "$ref" : " #/definitions/ResponseAuthor"
530
+ },
531
+ "link" : {
532
+ "$ref" : " #/definitions/ResponseLink"
533
+ },
534
+ "content" : {
535
+ "description" : " Contents of a Queue_Get response" ,
536
+ "type" : " object" ,
537
+ "properties" : {
538
+ "type" : {
539
+ "description" : " Type of content in queue response" ,
540
+ "type" : " string" ,
541
+ "xml" : {
542
+ "attribute" : true
543
+ }
544
+ },
545
+ "QueueDescription" : {
546
+ "$ref" : " #/definitions/QueueDescription"
547
+ }
548
+ }
549
+ }
550
+ },
551
+ "xml" : {
552
+ "name" : " entry" ,
553
+ "namespace" : " http://www.w3.org/2005/Atom"
554
+ }
555
+ },
556
+ "QueueRuntimeInfo" : {
415
557
"description" : " Service Bus queue metrics." ,
416
558
"type" : " object" ,
417
559
"xml" : {
469
611
}
470
612
}
471
613
},
614
+ "ResponseAuthor" : {
615
+ "description" : " The author that created this resource" ,
616
+ "type" : " object" ,
617
+ "properties" : {
618
+ "name" : {
619
+ "description" : " The Service Bus namespace" ,
620
+ "type" : " string"
621
+ }
622
+ }
623
+ },
624
+ "ResponseLink" : {
625
+ "description" : " The URL for the HTTP request" ,
626
+ "type" : " object" ,
627
+ "properties" : {
628
+ "href" : {
629
+ "description" : " The URL of the GET request" ,
630
+ "type" : " string" ,
631
+ "xml" : {
632
+ "attribute" : true
633
+ }
634
+ },
635
+ "rel" : {
636
+ "description" : " What the link href is relative to" ,
637
+ "type" : " string" ,
638
+ "xml" : {
639
+ "attribute" : true
640
+ }
641
+ }
642
+ }
643
+ },
644
+ "ResponseTitle" : {
645
+ "description" : " The title of the response" ,
646
+ "type" : " object" ,
647
+ "properties" : {
648
+ "type" : {
649
+ "description" : " Type of value" ,
650
+ "type" : " string" ,
651
+ "xml" : {
652
+ "attribute" : true
653
+ }
654
+ },
655
+ "title" : {
656
+ "description" : " Contents of the title." ,
657
+ "type" : " string"
658
+ }
659
+ }
660
+ },
472
661
"ServiceBusManagementError" : {
473
662
"description" : " The error response from Service Bus." ,
474
663
"type" : " object" ,
487
676
"description" : " Description of a Service Bus topic resource." ,
488
677
"type" : " object" ,
489
678
"xml" : {
679
+ "name" : " TopicDescription" ,
490
680
"namespace" : " http://schemas.microsoft.com/netservices/2010/10/servicebus/connect"
491
681
},
492
682
"properties" : {
622
812
"responses" : {
623
813
"200" : {
624
814
"description" : " OK" ,
625
- "schema" :{
815
+ "schema" : {
626
816
"type" : " object"
627
817
}
628
818
},
693
883
"responses" : {
694
884
"200" : {
695
885
"description" : " OK" ,
696
- "schema" :{
886
+ "schema" : {
697
887
"type" : " object"
698
888
}
699
889
},
743
933
"responses" : {
744
934
"200" : {
745
935
"description" : " OK" ,
746
- "schema" :{
936
+ "schema" : {
747
937
"type" : " object"
748
938
}
749
939
},
754
944
}
755
945
}
756
946
}
757
- }
947
+ }
0 commit comments