ManagementAssociationsGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type ManagementAssociationsGetResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}