GetPartitionLoadInformationResponse type

Содержит данные ответа для операции getPartitionLoadInformation.

type GetPartitionLoadInformationResponse = PartitionLoadInformation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PartitionLoadInformation
  }
}