MeshVolumeListResponse type
Enthält Antwortdaten für den Listenvorgang.
type MeshVolumeListResponse = PagedVolumeResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedVolumeResourceDescriptionList
}
}