GetChaosScheduleResponse type
Contiene i dati di risposta per l'operazione getChaosSchedule.
type GetChaosScheduleResponse = ChaosScheduleDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ChaosScheduleDescription
}
}