Freigeben über


ManagementAssociationsListBySubscriptionResponse type

Enthält Antwortdaten für den ListBySubscription-Vorgang.

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