ManagementAssociationsListBySubscriptionResponse type
Zawiera dane odpowiedzi dla operacji listBySubscription.
type ManagementAssociationsListBySubscriptionResponse =
ManagementAssociationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociationPropertiesList
}
}