Поделиться через


ManagementAssociationsListBySubscriptionResponse type

Содержит данные ответа для операции listBySubscription.

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