CommitmentAssociationsMoveResponse type
Az áthelyezési művelet válaszadatait tartalmazza.
type CommitmentAssociationsMoveResponse = CommitmentAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociation
}
}