GetPartitionInfoListResponse type
Содержит данные ответа для операции getPartitionInfoList.
type GetPartitionInfoListResponse = PagedServicePartitionInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedServicePartitionInfoList
}
}