Partilhar via


ManagementAssociationsGetResponse type

Contém dados de resposta para a operação get.

type ManagementAssociationsGetResponse = ManagementAssociation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ManagementAssociation
  }
}