Compartilhar via


VolumeListBySubscriptionResponse type

Contém dados de resposta para a operação listBySubscription.

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