Partager via


ManagementAssociationsGetResponse type

Contient des données de réponse pour l’opération get.

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