VolumeGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type VolumeGetResponse = VolumeResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VolumeResourceDescription
}
}