Freigeben über


GetPartitionInfoListResponse type

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

type GetPartitionInfoListResponse = PagedServicePartitionInfoList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedServicePartitionInfoList
  }
}