CommitmentAssociationsListNextResponse type
A listNext művelet válaszadatait tartalmazza.
type CommitmentAssociationsListNextResponse =
CommitmentAssociationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociationListResult
}
}