Dela via


ManagementAssociationsGetResponse type

Innehåller svarsdata för get-åtgärden.

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