GetChaosScheduleResponse type
يحتوي على بيانات الاستجابة لعملية getChaosSchedule.
type GetChaosScheduleResponse = ChaosScheduleDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosScheduleDescription
}
}