Aracılığıyla paylaş


VolumeGetResponse type

Alma işlemi için yanıt verilerini içerir.

type VolumeGetResponse = VolumeResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: VolumeResourceDescription
  }
}