OperationsListNextResponse type
Contient des données de réponse pour l’opération listNext.
type OperationsListNextResponse = ServiceOperationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceOperationList
}
}