RolloutsGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

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