ManagementAssociationsListBySubscriptionResponse type

Contém dados de resposta para a operação listBySubscription.

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