Dela via


ManagementAssociationsListBySubscriptionResponse type

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

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