GetChaosScheduleResponse type
getChaosSchedule işleminin yanıt verilerini içerir.
type GetChaosScheduleResponse = ChaosScheduleDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosScheduleDescription
}
}