CommitmentAssociationsMoveResponse type

Enthält Antwortdaten für den Verschiebungsvorgang.

type CommitmentAssociationsMoveResponse = CommitmentAssociation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentAssociation
  }
}