CommitmentPlansGetResponse type
يحتوي على بيانات استجابة لعملية الحصول على.
type CommitmentPlansGetResponse = CommitmentPlan & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlan
}
}