مشاركة عبر


GetPartitionInfoListResponse type

يحتوي على بيانات استجابة لعملية getPartitionInfoList.

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