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