ManagementAssociationsCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementAssociation
}
}