MeshVolumeGetResponse type
Alma işlemi için yanıt verilerini içerir.
type MeshVolumeGetResponse = VolumeResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VolumeResourceDescription
}
}