You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json
+77Lines changed: 77 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5091,6 +5091,83 @@
5091
5091
"title": "A time range.",
5092
5092
"description": "For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z."
5093
5093
},
5094
+
"ScheduledEvent": {
5095
+
"type": "object",
5096
+
"properties": {
5097
+
"description": {
5098
+
"type": "string",
5099
+
"description": "The description of a scheduled event."
5100
+
},
5101
+
"eventId": {
5102
+
"type": "string",
5103
+
"description": "The event id of a scheduled event."
5104
+
},
5105
+
"eventSource": {
5106
+
"type": "string",
5107
+
"description": "The source of a scheduled event."
5108
+
},
5109
+
"eventStatus": {
5110
+
"type": "string",
5111
+
"enum": [
5112
+
"Scheduled",
5113
+
"Started",
5114
+
"Completed",
5115
+
"Cancelled",
5116
+
"Failed"
5117
+
],
5118
+
"x-ms-enum": {
5119
+
"name": "eventStatus",
5120
+
"modelAsString": true
5121
+
},
5122
+
"description": "The status of a scheduled event."
5123
+
},
5124
+
"scheduledTime": {
5125
+
"type": "string",
5126
+
"format": "date-time",
5127
+
"description": "The time of a scheduled event."
5128
+
},
5129
+
"startTime": {
5130
+
"type": "string",
5131
+
"format": "date-time",
5132
+
"description": "The time of a scheduled event starts."
5133
+
},
5134
+
"lastUpdateTime": {
5135
+
"type": "string",
5136
+
"format": "date-time",
5137
+
"description": "The time of a scheduled event last updates."
0 commit comments