GetChaosScheduleResponse type
A getChaosSchedule művelet válaszadatait tartalmazza.
type GetChaosScheduleResponse = ChaosScheduleDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosScheduleDescription
}
}