CommitmentAssociationsListNextResponse type
ListNext işlemi için yanıt verilerini içerir.
type CommitmentAssociationsListNextResponse =
CommitmentAssociationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociationListResult
}
}