Aracılığıyla paylaş


CommitmentPlansGetResponse type

Alma işlemi için yanıt verilerini içerir.

type CommitmentPlansGetResponse = CommitmentPlan & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentPlan
  }
}