CommitmentPlansListInResourceGroupNextResponse type
listInResourceGroupNext işlemi için yanıt verilerini içerir.
type CommitmentPlansListInResourceGroupNextResponse =
CommitmentPlanListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlanListResult
}
}