Sdílet prostřednictvím


CommitmentAssociationsGetResponse type

Obsahuje data odpovědí pro operaci get.

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