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


VolumeListBySubscriptionResponse type

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

type VolumeListBySubscriptionResponse = VolumeResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: VolumeResourceDescriptionList
  }
}