Поделиться через


RolloutsCancelResponse type

Содержит данные ответа для операции отмены.

type RolloutsCancelResponse = Rollout & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Rollout }
}