MeshVolumeListResponse type
Liste işlemi için yanıt verilerini içerir.
type MeshVolumeListResponse = PagedVolumeResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedVolumeResourceDescriptionList
}
}