Freigeben über


GetPartitionLoadInformationResponse type

Enthält Antwortdaten für den getPartitionLoadInformation-Vorgang.

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