Condividi tramite


ManagementAssociationsListBySubscriptionResponse type

Contiene i dati di risposta per l'operazione listBySubscription.

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