Delen via


ManagementAssociationsListBySubscriptionResponse type

Bevat antwoordgegevens voor de listBySubscription-bewerking.

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