ManagementAssociationsListBySubscriptionResponse type
包含 listBySubscription作的响应数据。
type ManagementAssociationsListBySubscriptionResponse =
ManagementAssociationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociationPropertiesList
}
}