VolumeListBySubscriptionNextResponse type
Содержит данные ответа для операции listBySubscriptionNext.
type VolumeListBySubscriptionNextResponse = VolumeResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VolumeResourceDescriptionList
}
}