GetPartitionInfoResponse type
A getPartitionInfo művelet válaszadatait tartalmazza.
type GetPartitionInfoResponse = ServicePartitionInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServicePartitionInfoUnion
}
}