GetChaosScheduleResponse type
Enthält Antwortdaten für den getChaosSchedule-Vorgang.
type GetChaosScheduleResponse = ChaosScheduleDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosScheduleDescription
}
}