次の方法で共有


GetPartitionLoadInformationResponse type

getPartitionLoadInformation 操作の応答データを格納します。

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