VolumeCreateResponse type

Contains response data for the create operation.

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