ManagementAssociationsListBySubscriptionResponse type
Obsahuje data odpovědi pro operaci listBySubscription.
type ManagementAssociationsListBySubscriptionResponse =
ManagementAssociationPropertiesList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociationPropertiesList
}
}