ManagementAssociationsListBySubscriptionResponse type

Contains response data for the listBySubscription operation.

type ManagementAssociationsListBySubscriptionResponse =
  ManagementAssociationPropertiesList & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ManagementAssociationPropertiesList
    }
  }