ManagementAssociationsGetResponse type

Contains response data for the get operation.

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