OperationsListNextResponse type
Contém dados de resposta para a operação listNext.
type OperationsListNextResponse = OperationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationListResult
}
}