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